From 4680bc19c1ab3844c0f78d6882cf19a64f37ec4f Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 3 Sep 2019 14:17:50 +1000 Subject: [PATCH] bots default to being offline --- setup.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sql b/setup.sql index 0b05bd5..8cb93ba 100644 --- a/setup.sql +++ b/setup.sql @@ -21,7 +21,7 @@ CREATE TABLE IF NOT EXISTS `bots` ( `push_private_key` BINARY(128) NOT NULL, `push_public_key` BINARY(128) NOT NULL, `push_secret` BINARY(16)), - `enabled` BOOLEAN DEFAULT 1, + `enabled` BOOLEAN DEFAULT 0, `replies_enabled` BOOLEAN DEFAULT 1, `post_frequency` SMALLINT UNSIGNED DEFAULT 30, `content_warning` VARCHAR(128),