aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/Result/AdminLog.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2015-08-19 15:43:18 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2015-08-19 15:43:18 +0100
commitad81d87a957b5590fbcba3f2325526a9cddcbb7f (patch)
treeeb1c738e77ffc96a11c5fb499a722423a1fda24f /perllib/FixMyStreet/DB/Result/AdminLog.pm
parentc52bedd4b1f68ed1c22ad034135dc743d419b7b0 (diff)
Updates to schema from DBIx::Class loader.
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/AdminLog.pm')
-rw-r--r--perllib/FixMyStreet/DB/Result/AdminLog.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/DB/Result/AdminLog.pm b/perllib/FixMyStreet/DB/Result/AdminLog.pm
index d26eba7f5..fcf909692 100644
--- a/perllib/FixMyStreet/DB/Result/AdminLog.pm
+++ b/perllib/FixMyStreet/DB/Result/AdminLog.pm
@@ -31,6 +31,7 @@ __PACKAGE__->add_columns(
data_type => "timestamp",
default_value => \"current_timestamp",
is_nullable => 0,
+ original => { default_value => \"now()" },
},
"user_id",
{ data_type => "integer", is_foreign_key => 1, is_nullable => 1 },
@@ -51,7 +52,7 @@ __PACKAGE__->belongs_to(
);
-# Created by DBIx::Class::Schema::Loader v0.07035 @ 2014-07-31 15:58:54
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:okGiaKaVYaTrlz0LCV01vA
+# Created by DBIx::Class::Schema::Loader v0.07035 @ 2015-08-13 16:33:38
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RCi1FEwb9T2MZ2X+QOTTUA
1;