summaryrefslogtreecommitdiff
path: root/schema/mysql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/mysql.sql')
-rw-r--r--schema/mysql.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/schema/mysql.sql b/schema/mysql.sql
index 610b01b..31f10fd 100644
--- a/schema/mysql.sql
+++ b/schema/mysql.sql
@@ -21,6 +21,7 @@ CREATE TABLE `users` (
`twitter_token_secret` text,
`twitter_username` varchar(255) DEFAULT NULL,
`instagram_access_token` text,
- `email_username` varchar(255) DEFAULT NULL,
+ `email_username` vacrchar(255) DEFAULT NULL,
+ `default_timezone` vacrchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;