diff options
Diffstat (limited to 'db/schema.sql')
-rw-r--r-- | db/schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.sql b/db/schema.sql index 739090480..7d4b90d3d 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -472,6 +472,7 @@ create table response_templates ( created timestamp not null default current_timestamp, auto_response boolean NOT NULL DEFAULT 'f', state text, + external_status_code text, unique(body_id, title) ); |