bots default to being offline

This commit is contained in:
Lynne Megido 2019-09-03 14:17:50 +10:00
parent 802120540a
commit 4680bc19c1

View File

@ -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),