diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-11 13:17:27 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-11 13:17:27 +0100 |
commit | 5accaad402d24f37851d8b85084fda2859b1ae16 (patch) | |
tree | ca923c4170bea77fe40ba8ae13c34a9b4c99d6d1 /db/schema.sql | |
parent | fda83d5c4c9962c17fd0629e8ee17b50e3dbbac4 (diff) |
add ability to suppress alerts to report creator on
comments updated from open311
Diffstat (limited to 'db/schema.sql')
-rw-r--r-- | db/schema.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.sql b/db/schema.sql index cf70cef5c..13f992749 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -434,5 +434,6 @@ create table open311conf ( api_key text, send_method text, send_comments boolean not null default 'f', - comment_user_id int references users(id) + comment_user_id int references users(id), + suppress_alerts boolean not null default 'f' ); |