PostText/migrations/11/up.sql

3 lines
74 B
MySQL
Raw Normal View History

2022-12-18 02:46:29 +00:00
ALTER TABLE moderators
ADD admin_status BOOLEAN NOT NULL DEFAULT FALSE;