Merge branch 'development'
[NeonServV5.git] / database.upgrade_v4_v5.sql
index 089c6bbc58870ee05add935bbe43f0001120efaa..3aee1824b784641474faea48d3347bc9afc2b65e 100644 (file)
@@ -41,7 +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;
+ALTER TABLE `bots` ADD `register_priority` INT( 2 ) NOT NULL;
 
 CREATE TABLE IF NOT EXISTS `help` (
   `id` int(11) NOT NULL AUTO_INCREMENT,