diff options
author | Dave Arter <davea@mysociety.org> | 2016-12-14 17:31:02 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-02-15 17:34:30 +0000 |
commit | bb99a8917a9b7fc38f0c0847f45c68659791b54a (patch) | |
tree | ef74ba99d4514d0afd85762efce9376ad97c45e2 /db/schema.sql | |
parent | 34795d026faf45b0a1bfc103362eb118766c46d7 (diff) |
Add external_id field to ResponsePriority for use with Exor
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 e54c6b7b2..23db82b65 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -135,6 +135,7 @@ CREATE TABLE response_priorities ( deleted boolean not null default 'f', name text not null, description text, + external_id text, unique(body_id, name) ); |