diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-08-09 18:33:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-08-09 18:33:52 +0100 |
commit | eb9fdecc08f346b17c6cf9334a74fe13af69b716 (patch) | |
tree | 72f2ecada6ea6978a089dc36335d20dd023e8bd3 /perllib/FixMyStreet/DB/Result/Problem.pm | |
parent | a4bfd8e348a5d589c7a3886cd5fe11bd12f17c6d (diff) | |
parent | 223c035294f0f3a79ae341349f8f78ffdf61ccd5 (diff) |
Merge branch 'admin_abuse_additions'
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/Problem.pm')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Problem.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm index 2df26fde3..6472b91db 100644 --- a/perllib/FixMyStreet/DB/Result/Problem.pm +++ b/perllib/FixMyStreet/DB/Result/Problem.pm @@ -78,6 +78,8 @@ __PACKAGE__->add_columns( { data_type => "timestamp", is_nullable => 1 }, "send_questionnaire", { data_type => "boolean", default_value => \"true", is_nullable => 0 }, + "flagged", + { data_type => "boolean", default_value => \"false", is_nullable => 0 }, ); __PACKAGE__->set_primary_key("id"); __PACKAGE__->has_many( |