mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 21:46:22 -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
|