diff options
author | Aaron Parecki <aaron@parecki.com> | 2019-10-19 21:15:48 +0100 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2019-10-19 21:15:48 +0100 |
commit | cbbf10c7f30dbf5e82e3cef71e3fc864aba5b851 (patch) | |
tree | b7c7e164438d723be70544f18745a10fc58dc9d3 /schema/sqlite.sql | |
parent | f0c5635c2f072448808f35990b7f8abd84b9607d (diff) |
drop instagram stuff
Diffstat (limited to 'schema/sqlite.sql')
-rw-r--r-- | schema/sqlite.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/schema/sqlite.sql b/schema/sqlite.sql index 37365cd..3656a72 100644 --- a/schema/sqlite.sql +++ b/schema/sqlite.sql @@ -21,7 +21,6 @@ CREATE TABLE users ( twitter_access_token TEXT, twitter_token_secret TEXT, twitter_username TEXT, - instagram_access_token TEXT, email_username TEXT, default_timezone TEXT, supported_post_types TEXT, |