diff options
author | Dave Arter <davea@mysociety.org> | 2016-08-22 10:37:32 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2016-08-22 10:37:32 +0100 |
commit | fde265673cd38e6d9d65d4bca7fe8c21a5955fc8 (patch) | |
tree | c77153734661e03568a55ac358b2674e3329c45d /perllib/FixMyStreet/DB/Result/AdminLog.pm | |
parent | f3649ee94bb80e8b33f0eea8a817760475157b3b (diff) | |
parent | c7adf92943d28aae3d328871a89c745434c85c38 (diff) |
Merge branch 'issues/forcouncils/19-add-planned-list'
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/AdminLog.pm')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/AdminLog.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/DB/Result/AdminLog.pm b/perllib/FixMyStreet/DB/Result/AdminLog.pm index d60915cfc..1c9bd3a63 100644 --- a/perllib/FixMyStreet/DB/Result/AdminLog.pm +++ b/perllib/FixMyStreet/DB/Result/AdminLog.pm @@ -38,7 +38,7 @@ __PACKAGE__->add_columns( "reason", { data_type => "text", default_value => "", is_nullable => 0 }, "time_spent", - { data_type => "integer", default_value => "0", is_nullable => 0 }, + { data_type => "integer", default_value => 0, is_nullable => 0 }, ); __PACKAGE__->set_primary_key("id"); __PACKAGE__->belongs_to( @@ -54,7 +54,7 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07035 @ 2015-08-13 16:33:38 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RCi1FEwb9T2MZ2X+QOTTUA +# Created by DBIx::Class::Schema::Loader v0.07035 @ 2016-07-20 14:38:36 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:y2xZ4BDv7H+f4vbIZyNflw 1; |