summaryrefslogtreecommitdiff
path: root/schema/mysql.sql
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2015-07-25 05:44:10 -0700
committerAaron Parecki <aaron@parecki.com>2015-07-25 05:44:10 -0700
commitc3fb722ad4bade9c4027c04de9b8dee511ab5756 (patch)
treeda4711f4ea9b4d1b79003c1c3d28acadeba9f781 /schema/mysql.sql
parent92b55f2636a82c5eafc24d1e2adc84b61258161e (diff)
add post-by-email support to quill
Diffstat (limited to 'schema/mysql.sql')
-rw-r--r--schema/mysql.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/mysql.sql b/schema/mysql.sql
index 5f33ce6..e9f6d1d 100644
--- a/schema/mysql.sql
+++ b/schema/mysql.sql
@@ -19,5 +19,6 @@ CREATE TABLE `users` (
`twitter_token_secret` text,
`twitter_username` varchar(255) DEFAULT NULL,
`instagram_access_token` text,
+ `email_username` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;