updated database.sql
[NeonServV5.git] / database.sql
index 541523047bca57278258a99c985c11ec124e863f..3693c0d519c432b8cee5f9456fff34a7689d5101 100644 (file)
@@ -35,6 +35,7 @@ CREATE TABLE IF NOT EXISTS `bots` (
   `automodes` varchar(20) NOT NULL,
   `botclass` int(10) NOT NULL,
   `textbot` tinyint(1) NOT NULL,
+  `queue` tinyint(1) NOT NULL,
   `defaulttrigger` varchar(10) NOT NULL,
   `max_channels` int(5) NOT NULL,
   `register_priority` int(2) NOT NULL,