mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-08 06:51:43 -04:00
6 lines
88 B
SQL
6 lines
88 B
SQL
-- Up
|
|
|
|
ALTER TABLE profiles ADD COLUMN customFlags TEXT NOT NULL DEFAULT '{}';
|
|
|
|
-- Down
|