summaryrefslogtreecommitdiff
path: root/schema/sqlite.sql
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2020-03-30 10:26:46 -0700
committerAaron Parecki <aaron@parecki.com>2020-03-30 10:26:46 -0700
commit8dec126e7dd19ebb068b1a4f42804f8c0205af9d (patch)
tree03b978cc4772db3e1819e27aa76cccd742a89488 /schema/sqlite.sql
parent3759383e91344a6e10d23d4dbd90b9eda513d79c (diff)
add channel selection to event interface
Diffstat (limited to 'schema/sqlite.sql')
-rw-r--r--schema/sqlite.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/sqlite.sql b/schema/sqlite.sql
index ca495cd..dd041b3 100644
--- a/schema/sqlite.sql
+++ b/schema/sqlite.sql
@@ -17,6 +17,7 @@ CREATE TABLE users (
last_micropub_response_date datetime,
location_enabled INTEGER NOT NULL default 0,
syndication_targets TEXT,
+ channels TEXT,
twitter_access_token TEXT,
twitter_token_secret TEXT,
twitter_username TEXT,