added support for independent "zero-bots" (bots without an own source file)
[NeonServV5.git] / database.upgrade.sql
index cb710fdc55e9a4a6ea12c77d0bbe2c26a65cbcbd..84e9aeb7c37421edf64f0a375be98db4a7dc2f0b 100644 (file)
@@ -83,3 +83,8 @@ ALTER TABLE `fundata` ADD INDEX ( `user` );
 ALTER TABLE `fundata` ADD INDEX ( `name` );
 
 -- version: 7
+
+ALTER TABLE `bot_binds` ADD `botid` INT( 11 ) NOT NULL AFTER `botclass`;
+ALTER TABLE `bot_binds` ADD INDEX ( `botclass` );
+
+-- version: 8
\ No newline at end of file