1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 16:48:58 +00:00

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_private_key` BINARY(128) NOT NULL,
`push_public_key` BINARY(128) NOT NULL, `push_public_key` BINARY(128) NOT NULL,
`push_secret` BINARY(16)), `push_secret` BINARY(16)),
`enabled` BOOLEAN DEFAULT 1, `enabled` BOOLEAN DEFAULT 0,
`replies_enabled` BOOLEAN DEFAULT 1, `replies_enabled` BOOLEAN DEFAULT 1,
`post_frequency` SMALLINT UNSIGNED DEFAULT 30, `post_frequency` SMALLINT UNSIGNED DEFAULT 30,
`content_warning` VARCHAR(128), `content_warning` VARCHAR(128),