diff options
author | Aaron Parecki <aaron@parecki.com> | 2019-09-29 15:36:59 +0200 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2019-09-29 15:36:59 +0200 |
commit | f0c5635c2f072448808f35990b7f8abd84b9607d (patch) | |
tree | 47984c59c55a834c2ca2c2ae4388df2a6a5b6857 /schema/sqlite.sql | |
parent | efe16c375a202cff5c2b07e3c7fb273a2e8bec16 (diff) |
add a dropdown to choose post visibility
Diffstat (limited to 'schema/sqlite.sql')
-rw-r--r-- | schema/sqlite.sql | 3 |
1 files changed, 2 insertions, 1 deletions
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 ); |