diff options
author | Struan Donald <struan@exo.org.uk> | 2011-10-19 10:54:25 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-10-19 10:54:25 +0100 |
commit | defbab5612b665a9dede7894faa2755940fa1414 (patch) | |
tree | 2c6f4cb8e560194ca80892b87d9f40a9d8b137a5 /perllib/FixMyStreet/DB/Result/Contact.pm | |
parent | 74f5764055bafe0ffef500029376b741ee98b790 (diff) |
put filter column after loader hash
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/Contact.pm')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Contact.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Contact.pm b/perllib/FixMyStreet/DB/Result/Contact.pm index 779ca9bc2..941e4e1bb 100644 --- a/perllib/FixMyStreet/DB/Result/Contact.pm +++ b/perllib/FixMyStreet/DB/Result/Contact.pm @@ -40,6 +40,9 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("id"); __PACKAGE__->add_unique_constraint("contacts_area_id_category_idx", ["area_id", "category"]); +# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-08-01 10:07:59 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4y6yRz4rMN66pBpkzfJJhg + __PACKAGE__->filter_column( extra => { filter_from_storage => sub { @@ -60,7 +63,4 @@ __PACKAGE__->filter_column( } ); -# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-08-01 10:07:59 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4y6yRz4rMN66pBpkzfJJhg - 1; |