mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
bots default to being offline
This commit is contained in:
parent
802120540a
commit
4680bc19c1
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue