summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema.sql b/schema.sql
index c8ea5a9..b0f5570 100644
--- a/schema.sql
+++ b/schema.sql
@@ -57,6 +57,7 @@ create table if not exists last_notified (
create table if not exists webhooks (
user_id integer primary key,
url text,
+ format text,
prefix text,
error text
);