added missing register_order field to database.upgrade_v4_v5.sql
authorpk910 <philipp@zoelle1.de>
Wed, 5 Oct 2011 20:26:00 +0000 (22:26 +0200)
committerpk910 <philipp@zoelle1.de>
Wed, 5 Oct 2011 20:26:00 +0000 (22:26 +0200)
database.upgrade_v4_v5.sql

index 86c63873d31c0dee7e13ea4bdfcbfec783e0ab08..9280f2f0e90bbfb8fbd5285504ef649f11552b07 100644 (file)
@@ -41,6 +41,7 @@ ALTER TABLE `bots` ADD `max_channels` INT( 5 ) NOT NULL ;
 ALTER TABLE `bot_binds` CHANGE `botid` `botclass` INT( 11 ) NOT NULL;
 ALTER TABLE `bots` DROP `whoisbot` ;
 ALTER TABLE `bots` DROP `bindFrom` ;
+ALTER TABLE `bots` ADD `register_order` INT( 2 ) NOT NULL;
 
 CREATE TABLE IF NOT EXISTS `help` (
   `id` int(11) NOT NULL AUTO_INCREMENT,