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