diff options
author | Aaron Parecki <aaron@parecki.com> | 2019-10-19 22:13:12 +0100 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2019-10-19 22:13:12 +0100 |
commit | dbaea0effa2812d7abe05ad8ff62ec95c7ca6d4c (patch) | |
tree | bec624d405e145e36d7a3ca08bee64ecc2d79a02 /schema/mysql.sql | |
parent | 6fc7d060cb417e46b74e747aaf88a2c735ca84ec (diff) |
remove facebook access token column
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 681df54..5a91e55 100644 --- a/schema/mysql.sql +++ b/schema/mysql.sql @@ -17,7 +17,6 @@ CREATE TABLE `users` ( `last_micropub_response_date` datetime DEFAULT NULL, `location_enabled` tinyint(4) NOT NULL DEFAULT '0', `syndication_targets` text, - `facebook_access_token` text, `twitter_access_token` text, `twitter_token_secret` text, `twitter_username` varchar(255) DEFAULT NULL, |