Merge branch 'development'
[NeonServV5.git] / database.sql
index bb4ea6bb7dfbe5d5f20c319387a54b12fc26d771..d3781181034f7a3bc4f115b9ec8fc7626309ab4a 100644 (file)
@@ -38,6 +38,7 @@ CREATE TABLE IF NOT EXISTS `bots` (
   `botclass` int(10) NOT NULL,
   `textbot` tinyint(1) NOT NULL,
   `queue` tinyint(1) NOT NULL,
+  `secret` tinyint(1) NOT NULL,
   `defaulttrigger` varchar(10) NOT NULL,
   `max_channels` int(5) NOT NULL,
   `register_priority` int(2) NOT NULL,