aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.sql
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2016-10-19 14:47:28 +0100
committerDave Arter <davea@mysociety.org>2016-10-19 14:47:28 +0100
commit4df7c01eb718bd51db1cc6078623e7b381a66d82 (patch)
treed1b11e3a846dbdf785b14230022d0d9c578e0a41 /db/schema.sql
parent9756df6ab27f96d4f466ee98722baaf7e751c34f (diff)
parent6b0712422ee13384da68f5cae8ef2f5274aa6318 (diff)
Merge branch 'issues/forcouncils/66-priority-description'
Diffstat (limited to 'db/schema.sql')
-rw-r--r--db/schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.sql b/db/schema.sql
index fe45fb4aa..d3bb5040e 100644
--- a/db/schema.sql
+++ b/db/schema.sql
@@ -134,6 +134,7 @@ CREATE TABLE response_priorities (
body_id int references body(id) not null,
deleted boolean not null default 'f',
name text not null,
+ description text,
unique(body_id, name)
);