PostText/migrations/11/up.sql

3 lines
74 B
MySQL
Raw Normal View History

2022-12-17 21:46:29 -05:00
ALTER TABLE moderators
ADD admin_status BOOLEAN NOT NULL DEFAULT FALSE;