From f0c5635c2f072448808f35990b7f8abd84b9607d Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 29 Sep 2019 15:36:59 +0200 Subject: add a dropdown to choose post visibility --- schema/sqlite.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'schema/sqlite.sql') diff --git a/schema/sqlite.sql b/schema/sqlite.sql index 8eaa7b0..37365cd 100644 --- a/schema/sqlite.sql +++ b/schema/sqlite.sql @@ -24,5 +24,6 @@ CREATE TABLE users ( instagram_access_token TEXT, email_username TEXT, default_timezone TEXT, - supported_post_types TEXT + supported_post_types TEXT, + supported_visibility TEXT ); -- cgit v1.2.3