remove erroneous close bracket

This commit is contained in:
Lynne Megido 2019-09-10 14:41:16 +10:00
parent bc6745ae02
commit b39a10c16f

View File

@ -21,7 +21,7 @@ CREATE TABLE IF NOT EXISTS `bots` (
`credentials_id` INT NOT NULL,
`push_private_key` BINARY(128) NOT NULL,
`push_public_key` BINARY(128) NOT NULL,
`push_secret` BINARY(16)),
`push_secret` BINARY(16),
`enabled` BOOLEAN DEFAULT 0,
`replies_enabled` BOOLEAN DEFAULT 1,
`post_frequency` SMALLINT UNSIGNED DEFAULT 30,