Bugzilla – Attachment 164939 Details for
Bug 36002
Get rid of aqorders.purchaseordernumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36002: DBIx schema changes for Aqorder
Bug-36002-DBIx-schema-changes-for-Aqorder.patch (text/plain), 1.71 KB, created by
Kyle M Hall (khall)
on 2024-04-16 14:00:10 UTC
(
hide
)
Description:
Bug 36002: DBIx schema changes for Aqorder
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-04-16 14:00:10 UTC
Size:
1.71 KB
patch
obsolete
>From c7dc08faf0616d3bd2ee3f75f4bdca1d5f76410e Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 6 Feb 2024 13:49:55 +0000 >Subject: [PATCH] Bug 36002: DBIx schema changes for Aqorder > >No test plan. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Schema/Result/Aqorder.pm | 13 ++----------- > 1 file changed, 2 insertions(+), 11 deletions(-) > >diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm >index 075cdba39ab..6742e9444cd 100644 >--- a/Koha/Schema/Result/Aqorder.pm >+++ b/Koha/Schema/Result/Aqorder.pm >@@ -171,13 +171,6 @@ notes related to this order line, made for staff > > notes related to this order line, made for vendor > >-=head2 purchaseordernumber >- >- data_type: 'longtext' >- is_nullable: 1 >- >-not used? always NULL >- > =head2 basketno > > data_type: 'integer' >@@ -479,8 +472,6 @@ __PACKAGE__->add_columns( > { data_type => "longtext", is_nullable => 1 }, > "order_vendornote", > { data_type => "longtext", is_nullable => 1 }, >- "purchaseordernumber", >- { data_type => "longtext", is_nullable => 1 }, > "basketno", > { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, > "timestamp", >@@ -814,8 +805,8 @@ Composing rels: L</aqorder_users> -> borrowernumber > __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-09-06 17:56:52 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aaj6mc1M13YFx5P0aXMiEQ >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-02-06 13:49:36 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:44PDFUGle29By4UbYjPZbQ > > __PACKAGE__->belongs_to( > "basket", >-- >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 36002
:
161779
|
161780
|
161781
|
161782
|
164938
|
164939
|
164940
|
164941
|
165386
|
165387
|
165388
|
165389
|
165853