mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 06:15:56 +01:00
2 lines
62 B
SQL
2 lines
62 B
SQL
ALTER TABLE `user` ADD `admin` BOOLEAN NOT NULL DEFAULT TRUE;
|