PostText/migrations/11/up.sql
2022-12-17 21:46:29 -05:00

3 lines
74 B
SQL

ALTER TABLE moderators
ADD admin_status BOOLEAN NOT NULL DEFAULT FALSE;