Semaphore/db/migrations/v2.5.0.sql

1 line
69 B
MySQL
Raw Normal View History

ALTER TABLE user ADD admin BOOLEAN NOT NULL DEFAULT 1 AFTER password;