mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: removed dupe column
This commit is contained in:
parent
0761ed955d
commit
0916cc335a
@ -13,7 +13,6 @@ UPDATE `bots` SET discord=NULL where discord='false' or discord='';
|
||||
UPDATE `bots` SET vanity=NULL where vanity='false' or vanity='';
|
||||
UPDATE `bots` SET bg=NULL where bg='false' or bg='';
|
||||
UPDATE `bots` SET banner=NULL where banner='false' or banner='';
|
||||
ALTER TABLE `bots` ADD COLUMN partnered BOOLEAN NOT NULL DEFAULT 0;
|
||||
ALTER TABLE `bots` ADD COLUMN webhook TEXT DEFAULT NULL;
|
||||
ALTER TABLE `bots` CHANGE id id VARCHAR(50) NOT NULL PRIMARY KEY;
|
||||
ALTER TABLE `bots` ENGINE=mroonga;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user