diff options
author | Aaron Parecki <aaron@parecki.com> | 2017-01-15 09:40:57 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2017-01-15 09:40:57 -0800 |
commit | 3b5e3df19e6e1c000c5c50c4ff79069c1a74e755 (patch) | |
tree | 853f573f094e8aa23438c5294f1c08aa2192951b /schema | |
parent | 3310a85ac8f276ad270388a4242b623f30abe74d (diff) |
update sqlite schema
Diffstat (limited to 'schema')
-rw-r--r-- | schema/sqlite.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/schema/sqlite.sql b/schema/sqlite.sql index 3dc6e91..1dced77 100644 --- a/schema/sqlite.sql +++ b/schema/sqlite.sql @@ -21,5 +21,6 @@ CREATE TABLE users ( twitter_token_secret TEXT, twitter_username TEXT, instagram_access_token TEXT, - email_username TEXT + email_username TEXT, + default_timezone TEXT );
\ No newline at end of file |