Aaron Parecki
8 years ago
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
2 additions and
1 deletions
-
schema/sqlite.sql
|
@ -21,5 +21,6 @@ CREATE TABLE users ( |
|
|
twitter_token_secret TEXT, |
|
|
twitter_token_secret TEXT, |
|
|
twitter_username TEXT, |
|
|
twitter_username TEXT, |
|
|
instagram_access_token TEXT, |
|
|
instagram_access_token TEXT, |
|
|
email_username TEXT |
|
|
|
|
|
|
|
|
email_username TEXT, |
|
|
|
|
|
default_timezone TEXT |
|
|
); |
|
|
); |