tried to reorder the program structure and build process
[NeonServV5.git] / DATABASE.txt
index a7039af484caa0bd5453e858bb78399d6e111d4d..62e38fabeea3f2bf060b16cb37ce20e342a97af8 100644 (file)
@@ -58,4 +58,8 @@ CREATE TABLE IF NOT EXISTS `language` (
   PRIMARY KEY (`id`)
 ) ENGINE=MyISAM  DEFAULT CHARSET=latin1;
 
-ALTER TABLE `bot_channels` ADD `suspended` TINYINT( 1 ) NOT NULL;
\ No newline at end of file
+ALTER TABLE `bot_channels` ADD `suspended` TINYINT( 1 ) NOT NULL;
+
+ALTER TABLE `users` ADD UNIQUE (`user_user`);
+
+ALTER TABLE `noinvite` ADD INDEX ( `cid`, `uid` );
\ No newline at end of file