updated database.sql
authorpk910 <philipp@zoelle1.de>
Tue, 25 Oct 2011 22:36:22 +0000 (00:36 +0200)
committerpk910 <philipp@zoelle1.de>
Tue, 25 Oct 2011 22:36:22 +0000 (00:36 +0200)
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,
   `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,
   `defaulttrigger` varchar(10) NOT NULL,
   `max_channels` int(5) NOT NULL,
   `register_priority` int(2) NOT NULL,