mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
Update migrate.sql
This commit is contained in:
parent
77530fce95
commit
a941dba0ec
@ -16,6 +16,7 @@ UPDATE `bots` SET banner=NULL where banner='false';
|
||||
ALTER TABLE `bots` ADD COLUMN partnered BOOLEAN NOT NULL DEFAULT 0;
|
||||
|
||||
-- ALTER users TABLE
|
||||
UPDATE `users` SET perm=1;
|
||||
ALTER TABLE `users` CHANGE `perm` `perm` INT(5) NOT NULL DEFAULT '0';
|
||||
|
||||
-- ALTER submitted TABLE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user