Bugzilla – Attachment 106275 Details for
Bug 24718
Introduce hour-based holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24718: (follow-up) Updated schema file
Bug-24718-follow-up-Updated-schema-file.patch (text/plain), 2.01 KB, created by
Aleisha Amohia
on 2020-06-24 23:34:20 UTC
(
hide
)
Description:
Bug 24718: (follow-up) Updated schema file
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2020-06-24 23:34:20 UTC
Size:
2.01 KB
patch
obsolete
>From 20f11b3b76c0cf236e44ca90b64ba4513f84578b Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 20 Apr 2020 23:13:45 +0000 >Subject: [PATCH] Bug 24718: (follow-up) Updated schema file > >For sandboxes > >Signed-off-by: David Nind <david@davidnind.com> >--- > Koha/Schema/Result/Reserve.pm | 20 ++++++++++++++------ > 1 file changed, 14 insertions(+), 6 deletions(-) > >diff --git a/Koha/Schema/Result/Reserve.pm b/Koha/Schema/Result/Reserve.pm >index c5460e34da..c7a27d81d9 100644 >--- a/Koha/Schema/Result/Reserve.pm >+++ b/Koha/Schema/Result/Reserve.pm >@@ -38,7 +38,7 @@ __PACKAGE__->table("reserves"); > > =head2 reservedate > >- data_type: 'date' >+ data_type: 'datetime' > datetime_undef_if_invalid: 1 > is_nullable: 1 > >@@ -112,7 +112,7 @@ __PACKAGE__->table("reserves"); > > =head2 expirationdate > >- data_type: 'date' >+ data_type: 'datetime' > datetime_undef_if_invalid: 1 > is_nullable: 1 > >@@ -161,7 +161,11 @@ __PACKAGE__->add_columns( > is_nullable => 0, > }, > "reservedate", >- { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, >+ { >+ data_type => "datetime", >+ datetime_undef_if_invalid => 1, >+ is_nullable => 1, >+ }, > "biblionumber", > { > data_type => "integer", >@@ -195,7 +199,11 @@ __PACKAGE__->add_columns( > "waitingdate", > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > "expirationdate", >- { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, >+ { >+ data_type => "datetime", >+ datetime_undef_if_invalid => 1, >+ is_nullable => 1, >+ }, > "lowestPriority", > { > accessor => "lowest_priority", >@@ -337,8 +345,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-18 12:43:15 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VH7h5kYo9WhlGobXb3N3Jg >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-04-20 22:26:18 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:G53X+P6A27lU+I239YfXyw > > __PACKAGE__->belongs_to( > "item", >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24718
:
99540
|
99541
|
99542
|
99543
|
99544
|
99545
|
99548
|
103521
|
103522
|
103549
|
103550
|
103551
|
103552
|
103553
|
103554
|
103555
|
106270
|
106271
|
106272
|
106273
|
106274
|
106275
|
110084
|
110085
|
110086
|
110087
|
110088
|
110089
|
110090
|
110091
|
110098
|
110137
|
110161
|
110303
|
126559
|
126560
|
126561
|
126562
|
126563
|
126564
|
148293
|
148294
|
148295
|
148296
|
148297
|
148298
|
162474
|
162475
|
162476
|
162477
|
162478
|
162479