Bugzilla – Attachment 82185 Details for
Bug 21683
Remove accountlines.accountno
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21683: Update schema file
Bug-21683-Update-schema-file.patch (text/plain), 1.44 KB, created by
Josef Moravec
on 2018-11-09 17:06:46 UTC
(
hide
)
Description:
Bug 21683: Update schema file
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-11-09 17:06:46 UTC
Size:
1.44 KB
patch
obsolete
>From 85c8ae264e63fcfc779ba2df14d0cbda437daf2b Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Fri, 26 Oct 2018 11:04:35 +0000 >Subject: [PATCH] Bug 21683: Update schema file > >--- > Koha/Schema/Result/Accountline.pm | 12 ++---------- > 1 file changed, 2 insertions(+), 10 deletions(-) > >diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm >index 378c14a08e..56229a68b1 100644 >--- a/Koha/Schema/Result/Accountline.pm >+++ b/Koha/Schema/Result/Accountline.pm >@@ -41,12 +41,6 @@ __PACKAGE__->table("accountlines"); > is_foreign_key: 1 > is_nullable: 0 > >-=head2 accountno >- >- data_type: 'smallint' >- default_value: 0 >- is_nullable: 0 >- > =head2 itemnumber > > data_type: 'integer' >@@ -125,8 +119,6 @@ __PACKAGE__->add_columns( > is_foreign_key => 1, > is_nullable => 0, > }, >- "accountno", >- { data_type => "smallint", default_value => 0, is_nullable => 0 }, > "itemnumber", > { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, > "date", >@@ -236,8 +228,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-05-16 17:00:24 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pygYYKxFDRLX97PyeUeLvg >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-10-26 10:50:35 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:roZahdU2o+qh0eoaptydGg > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >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 21683
:
81281
|
81282
|
81283
|
82183
|
82184
|
82185
|
82188
|
85531
|
85532
|
85533
|
85534
|
85535
|
85536
|
85537
|
85538
|
86221
|
86222
|
86223
|
86224
|
86225
|
86226
|
86227
|
86228
|
86229
|
86230
|
86231
|
86232
|
86233
|
86234
|
86336
|
86470
|
86471
|
86472
|
86473
|
86474
|
86475