Bugzilla – Attachment 132222 Details for
Bug 23486
TrackLastPatronActivityTriggers should have an option for patron creation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23486: DO NOT PUSH Schema update
Bug-23486-DO-NOT-PUSH-Schema-update.patch (text/plain), 1.46 KB, created by
Nick Clemens (kidclamp)
on 2022-03-25 11:44:07 UTC
(
hide
)
Description:
Bug 23486: DO NOT PUSH Schema update
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-03-25 11:44:07 UTC
Size:
1.46 KB
patch
obsolete
>From bcba8f3d997ef6f219cde107f49f7da32e31eefc Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 25 Mar 2022 11:43:43 +0000 >Subject: [PATCH] Bug 23486: DO NOT PUSH Schema update > >--- > Koha/Schema/Result/Borrower.pm | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm >index d2b5c6015f..b3f76c6314 100644 >--- a/Koha/Schema/Result/Borrower.pm >+++ b/Koha/Schema/Result/Borrower.pm >@@ -557,6 +557,7 @@ time of last change could be useful for synchronization with external systems (a > > data_type: 'datetime' > datetime_undef_if_invalid: 1 >+ default_value: 'current_timestamp()' > is_nullable: 1 > > last time a patron has been seen (connected at the OPAC or staff interface) >@@ -778,6 +779,7 @@ __PACKAGE__->add_columns( > { > data_type => "datetime", > datetime_undef_if_invalid => 1, >+ default_value => "current_timestamp()", > is_nullable => 1, > }, > "lang", >@@ -1930,8 +1932,8 @@ Composing rels: L</user_permissions> -> permission > __PACKAGE__->many_to_many("permissions", "user_permissions", "permission"); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-03-15 06:51:43 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ozDOfb67H7/GHLI0o4DdyA >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-03-25 11:43:17 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:0qdmDuXLoc0Uvasoyaq/xw > > __PACKAGE__->has_many( > "extended_attributes", >-- >2.30.2
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 23486
:
131657
|
131658
|
132222
|
134540
|
134547
|
134549
|
134550
|
134551
|
134963
|
134964
|
148780
|
148781
|
149273
|
149274
|
150119
|
150120
|
171829
|
172820
|
172927
|
172928
|
174080
|
174081