diff options
author | Struan Donald <struan@exo.org.uk> | 2013-01-21 16:24:35 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-01-21 16:24:35 +0000 |
commit | 3d3cbcee61636734200fafb5f91d68e3cbaee20a (patch) | |
tree | dd57fec96fe81457bcf298ebf62918f9f7aaa99f /db/schema.sql | |
parent | ce9afa6c9e362e84dbdb46fffcdc47a4c3185ad5 (diff) | |
parent | 2fe8c928d8d8acbd19f0f5243e92c0a5efd62456 (diff) |
Merge branch 'bromley-internal-referral'
Diffstat (limited to 'db/schema.sql')
-rw-r--r-- | db/schema.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema.sql b/db/schema.sql index 021c5561d..5bdd2a66a 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -193,6 +193,7 @@ create table problem ( or state = 'unable to fix' or state = 'not responsible' or state = 'duplicate' + or state = 'internal referral' ), lang text not null default 'en-gb', service text not null default '', @@ -343,6 +344,7 @@ create table comment ( or problem_state = 'unable to fix' or problem_state = 'not responsible' or problem_state = 'duplicate' + or problem_state = 'internal referral' ), -- other fields? one to indicate whether this was written by the council -- and should be highlighted in the display? |