Bugzilla – Attachment 152771 Details for
Bug 33379
virtualshelfcontents.flags seems useless
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33379: DBIx changes
Bug-33379-DBIx-changes.patch (text/plain), 1.61 KB, created by
Lucas Gass (lukeg)
on 2023-06-27 19:09:53 UTC
(
hide
)
Description:
Bug 33379: DBIx changes
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-06-27 19:09:53 UTC
Size:
1.61 KB
patch
obsolete
>From 1c1b4067be317dcd9547219fd715ca16478eccb4 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 27 Jun 2023 14:34:22 +0000 >Subject: [PATCH] Bug 33379: DBIx changes > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > Koha/Schema/Result/Virtualshelfcontent.pm | 11 ++--------- > 1 file changed, 2 insertions(+), 9 deletions(-) > >diff --git a/Koha/Schema/Result/Virtualshelfcontent.pm b/Koha/Schema/Result/Virtualshelfcontent.pm >index 2708ad4333..1c39f11541 100644 >--- a/Koha/Schema/Result/Virtualshelfcontent.pm >+++ b/Koha/Schema/Result/Virtualshelfcontent.pm >@@ -41,11 +41,6 @@ foreign key linking to the virtualshelves table, defines the list that this reco > > foreign key linking to the biblio table, defines the bib record that has been added to the list > >-=head2 flags >- >- data_type: 'integer' >- is_nullable: 1 >- > =head2 dateadded > > data_type: 'timestamp' >@@ -80,8 +75,6 @@ __PACKAGE__->add_columns( > is_foreign_key => 1, > is_nullable => 0, > }, >- "flags", >- { data_type => "integer", is_nullable => 1 }, > "dateadded", > { > data_type => "timestamp", >@@ -146,8 +139,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4c7f4juRHZXLlSgNwOohrA >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-27 14:34:08 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IBPuY1b5aPWbhS6aDeAKHw > > #TODO See BZ 14544: Should be resolved by db revision > __PACKAGE__->set_primary_key("shelfnumber","biblionumber"); >-- >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 33379
:
152749
|
152750
|
152770
|
152771
|
153010
|
153011
|
153718