mirror of
https://github.com/willchen96/mike.git
synced 2026-06-28 21:49:37 +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;
|