diff options
Diffstat (limited to 'schema')
-rw-r--r-- | schema/sqlite.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/sqlite.sql b/schema/sqlite.sql index 948b3ef..8eaa7b0 100644 --- a/schema/sqlite.sql +++ b/schema/sqlite.sql @@ -24,5 +24,5 @@ CREATE TABLE users ( instagram_access_token TEXT, email_username TEXT, default_timezone TEXT, - supported_post_types TEXT, + supported_post_types TEXT ); |