diff --git a/setup.sql b/setup.sql index b140e23..68360ce 100644 --- a/setup.sql +++ b/setup.sql @@ -28,7 +28,7 @@ CREATE TABLE IF NOT EXISTS `bots` ( `length` SMALLINT UNSIGNED DEFAULT 500, `fake_mentions` ENUM('always', 'middle', 'never') DEFAULT 'middle', `fake_mentions_full` BOOLEAN DEFAULT 0, - `post_privacy` ENUM('public', 'unlisted', 'followers_only') DEFAULT 'unlisted', + `post_privacy` ENUM('public', 'unlisted', 'private') DEFAULT 'unlisted', `learn_from_cw` BOOLEAN DEFAULT 0, `last_post` DATETIME DEFAULT 0, `icon` VARCHAR(512),