summaryrefslogtreecommitdiff
path: root/schema/sqlite.sql
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2018-07-20 17:59:18 -0500
committerAaron Parecki <aaron@parecki.com>2018-07-20 17:59:18 -0500
commitb749bc6c124a02a6949dc67ea703d880e1acd2ac (patch)
treee6695ac1a3a2cb59977d77434179908295e93029 /schema/sqlite.sql
parent33796f7bd5def85a5753cc3b4430769379b60475 (diff)
disable post type buttons if the server doesn't support them
Diffstat (limited to 'schema/sqlite.sql')
-rw-r--r--schema/sqlite.sql5
1 files changed, 3 insertions, 2 deletions
diff --git a/schema/sqlite.sql b/schema/sqlite.sql
index 00e5f1c..948b3ef 100644
--- a/schema/sqlite.sql
+++ b/schema/sqlite.sql
@@ -23,5 +23,6 @@ CREATE TABLE users (
twitter_username TEXT,
instagram_access_token TEXT,
email_username TEXT,
- default_timezone TEXT
-); \ No newline at end of file
+ default_timezone TEXT,
+ supported_post_types TEXT,
+);