From 8a8d6564e96f6ca4841d40dcd1883114699f93d7 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Thu, 25 Aug 2016 10:03:31 +0200 Subject: [PATCH] Bug 16573: DBIx update --- Koha/Schema/Result/Virtualshelve.pm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Koha/Schema/Result/Virtualshelve.pm b/Koha/Schema/Result/Virtualshelve.pm index bd6c050522..44ea9aac7d 100644 --- a/Koha/Schema/Result/Virtualshelve.pm +++ b/Koha/Schema/Result/Virtualshelve.pm @@ -63,9 +63,8 @@ __PACKAGE__->table("virtualshelves"); =head2 created_on - data_type: 'timestamp' + data_type: 'datetime' datetime_undef_if_invalid: 1 - default_value: '0000-00-00 00:00:00' is_nullable: 0 =head2 allow_add @@ -113,9 +112,8 @@ __PACKAGE__->add_columns( }, "created_on", { - data_type => "timestamp", + data_type => "datetime", datetime_undef_if_invalid => 1, - default_value => "0000-00-00 00:00:00", is_nullable => 0, }, "allow_add", @@ -191,8 +189,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-11-05 10:39:28 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:O3y89+0IUoePtcIHAqR+oA +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-08-25 09:59:55 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dcrv/krgMHbsD20j03sfHg # You can replace this text with custom content, and it will be preserved on regeneration -- 2.39.5