mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 20:24:18 -04:00
6 lines
88 B
SQL
6 lines
88 B
SQL
-- Up
|
|
|
|
ALTER TABLE users ADD COLUMN socialLookup INTEGER NOT NULL DEFAULT '0';
|
|
|
|
-- Down
|