fixed database (increased flags field size)
[NeonServV5.git] / database.sql
index db8c41f438eb2ae6f276891f479e38e53d631376..14102125e458b9748da6726a3975f22e24aee235 100644 (file)
@@ -58,7 +58,7 @@ CREATE TABLE IF NOT EXISTS `bot_binds` (
   `parameters` varchar(100) NOT NULL,
   `chan_access` varchar(256) DEFAULT NULL,
   `global_access` int(3) DEFAULT NULL,
-  `flags` tinyint(4) NOT NULL,
+  `flags` int(10) NOT NULL,
   PRIMARY KEY (`id`),
   KEY `botid` (`botid`)
 ) ENGINE=MyISAM  DEFAULT CHARSET=latin1;