mirror of
https://github.com/willchen96/mike.git
synced 2026-07-24 23:41:04 +02:00
6 lines
154 B
MySQL
6 lines
154 B
MySQL
|
|
-- Migration date: 2026-05-28
|
||
|
|
|
||
|
|
ALTER TABLE public.user_profiles
|
||
|
|
ADD COLUMN IF NOT EXISTS title_model text,
|
||
|
|
ADD COLUMN IF NOT EXISTS quote_model text;
|