PostText/migrations/11/up.sql

5 lines
82 B
MySQL
Raw Normal View History

ALTER TABLE moderators
ADD admin_status BOOLEAN
NOT NULL
DEFAULT FALSE;