aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/Result/Problem.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-08-16 10:38:49 +0100
committerStruan Donald <struan@exo.org.uk>2011-08-16 10:38:49 +0100
commitc104ae8c1d72eb25ba60686b58f01da148dc081f (patch)
tree83bbf971b4d4ca305452bdfaacf50cd30ae5317c /perllib/FixMyStreet/DB/Result/Problem.pm
parent213948dcc9c281b1873da98e381b25231c376165 (diff)
parentf6ddc9d4db2e272d725e7ed44fb4d828d99d3b61 (diff)
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into open311-consumer
Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/Problem.pm')
-rw-r--r--perllib/FixMyStreet/DB/Result/Problem.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm
index bff3f88a2..034c5d60d 100644
--- a/perllib/FixMyStreet/DB/Result/Problem.pm
+++ b/perllib/FixMyStreet/DB/Result/Problem.pm
@@ -80,6 +80,8 @@ __PACKAGE__->add_columns(
{ data_type => "boolean", default_value => \"true", is_nullable => 0 },
"extra",
{ data_type => "text", is_nullable => 1 },
+ "flagged",
+ { data_type => "boolean", default_value => \"false", is_nullable => 0 },
);
__PACKAGE__->set_primary_key("id");
__PACKAGE__->has_many(