diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-27 11:03:57 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-27 11:03:57 +0100 |
commit | a20fc533b0f10646814742f1348c5f9141217efa (patch) | |
tree | 742b49b1347262bd971e397f1d3d52be7c7140d7 /perllib/FixMyStreet/DB/Result/Comment.pm | |
parent | df18e6c8b434dfd86177cf5041278fd46d6d2ea7 (diff) |
change to use from_council in users table and store the council id in
there so we can check that the problem is for the council the user is
from
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/Comment.pm')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Comment.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Comment.pm b/perllib/FixMyStreet/DB/Result/Comment.pm index 9ed9d8b48..00f88e136 100644 --- a/perllib/FixMyStreet/DB/Result/Comment.pm +++ b/perllib/FixMyStreet/DB/Result/Comment.pm @@ -70,8 +70,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-06-23 14:25:34 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:scnPU5RAGLnT0fY1gM6Z5A +# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-06-27 10:07:32 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ilLn3dlagg5COdpZDmzrVQ use DateTime::TimeZone; use Image::Size; |