diff options
author | Struan Donald <struan@exo.org.uk> | 2013-01-04 15:42:33 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-01-04 15:42:33 +0000 |
commit | 8692e451268eaba507f64d3de99fdd40c7b63f80 (patch) | |
tree | f5c09b1adbb5f0212438bf6e4d8179ffdb914f5f /perllib/FixMyStreet/DB/Result/Problem.pm | |
parent | bc04a16b91516bee5164921d223605911fb67e44 (diff) | |
parent | 177ad0fe42f7474296287b448b485aa452e583f3 (diff) |
Merge branch 'centro'
Conflicts:
perllib/FixMyStreet/Cobrand/Default.pm
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/Problem.pm')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Problem.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm index dbfe8e9c8..dd09ad3c2 100644 --- a/perllib/FixMyStreet/DB/Result/Problem.pm +++ b/perllib/FixMyStreet/DB/Result/Problem.pm @@ -100,6 +100,8 @@ __PACKAGE__->add_columns( { data_type => "text", is_nullable => 1 }, "interest_count", { data_type => "integer", is_nullable => 1 }, + "subcategory", + { data_type => "text", is_nullable => 1 }, ); __PACKAGE__->set_primary_key("id"); __PACKAGE__->has_many( @@ -122,8 +124,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07017 @ 2012-08-31 10:25:34 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mudIAiLAUdmK8gGWIPiq6g +# Created by DBIx::Class::Schema::Loader v0.07017 @ 2012-12-03 17:48:10 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xN/RB8Vx50CwyOeBjvJezQ # Add fake relationship to stored procedure table __PACKAGE__->has_one( |