mirror of
https://github.com/willchen96/mike.git
synced 2026-06-18 21:15:13 +02:00
5 lines
154 B
SQL
5 lines
154 B
SQL
-- 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;
|