mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
6 lines
78 B
SQL
6 lines
78 B
SQL
-- Up
|
|
|
|
ALTER TABLE profiles ADD COLUMN visibility INTEGER DEFAULT 0;
|
|
|
|
-- Down
|