PronounsPage/migrations/053-admin-notifications.sql

7 lines
93 B
SQL

-- Up
ALTER TABLE users ADD COLUMN adminNotifications INTEGER NOT NULL DEFAULT 7;
-- Down