diff options
Diffstat (limited to 'schema/mysql.sql')
-rw-r--r-- | schema/mysql.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/schema/mysql.sql b/schema/mysql.sql index 1007256..681df54 100644 --- a/schema/mysql.sql +++ b/schema/mysql.sql @@ -21,7 +21,6 @@ CREATE TABLE `users` ( `twitter_access_token` text, `twitter_token_secret` text, `twitter_username` varchar(255) DEFAULT NULL, - `instagram_access_token` text, `email_username` varchar(255) DEFAULT NULL, `default_timezone` varchar(255) DEFAULT NULL, `supported_post_types` longtext, |