Bugzilla – Attachment 67457 Details for
Bug 14826
Store account offsets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14826: Remove old offset table schema file
Bug-14826-Remove-old-offset-table-schema-file.patch (text/plain), 2.72 KB, created by
Tomás Cohen Arazi (tcohen)
on 2017-09-29 14:00:53 UTC
(
hide
)
Description:
Bug 14826: Remove old offset table schema file
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-09-29 14:00:53 UTC
Size:
2.72 KB
patch
obsolete
>From 88d18a1ae6b831d5438e4b8df63c73b60236b3e0 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 15 Feb 2017 16:12:48 +0000 >Subject: [PATCH] Bug 14826: Remove old offset table schema file > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Schema/Result/Accountoffset.pm | 106 ------------------------------------ > 1 file changed, 106 deletions(-) > delete mode 100644 Koha/Schema/Result/Accountoffset.pm > >diff --git a/Koha/Schema/Result/Accountoffset.pm b/Koha/Schema/Result/Accountoffset.pm >deleted file mode 100644 >index e9d8c2f..0000000 >--- a/Koha/Schema/Result/Accountoffset.pm >+++ /dev/null >@@ -1,106 +0,0 @@ >-use utf8; >-package Koha::Schema::Result::Accountoffset; >- >-# Created by DBIx::Class::Schema::Loader >-# DO NOT MODIFY THE FIRST PART OF THIS FILE >- >-=head1 NAME >- >-Koha::Schema::Result::Accountoffset >- >-=cut >- >-use strict; >-use warnings; >- >-use base 'DBIx::Class::Core'; >- >-=head1 TABLE: C<accountoffsets> >- >-=cut >- >-__PACKAGE__->table("accountoffsets"); >- >-=head1 ACCESSORS >- >-=head2 borrowernumber >- >- data_type: 'integer' >- default_value: 0 >- is_foreign_key: 1 >- is_nullable: 0 >- >-=head2 accountno >- >- data_type: 'smallint' >- default_value: 0 >- is_nullable: 0 >- >-=head2 offsetaccount >- >- data_type: 'smallint' >- default_value: 0 >- is_nullable: 0 >- >-=head2 offsetamount >- >- data_type: 'decimal' >- is_nullable: 1 >- size: [28,6] >- >-=head2 timestamp >- >- data_type: 'timestamp' >- datetime_undef_if_invalid: 1 >- default_value: current_timestamp >- is_nullable: 0 >- >-=cut >- >-__PACKAGE__->add_columns( >- "borrowernumber", >- { >- data_type => "integer", >- default_value => 0, >- is_foreign_key => 1, >- is_nullable => 0, >- }, >- "accountno", >- { data_type => "smallint", default_value => 0, is_nullable => 0 }, >- "offsetaccount", >- { data_type => "smallint", default_value => 0, is_nullable => 0 }, >- "offsetamount", >- { data_type => "decimal", is_nullable => 1, size => [28, 6] }, >- "timestamp", >- { >- data_type => "timestamp", >- datetime_undef_if_invalid => 1, >- default_value => \"current_timestamp", >- is_nullable => 0, >- }, >-); >- >-=head1 RELATIONS >- >-=head2 borrowernumber >- >-Type: belongs_to >- >-Related object: L<Koha::Schema::Result::Borrower> >- >-=cut >- >-__PACKAGE__->belongs_to( >- "borrowernumber", >- "Koha::Schema::Result::Borrower", >- { borrowernumber => "borrowernumber" }, >- { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" }, >-); >- >- >-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OTfcUiJCPb5aU/gjqAb/bA >- >- >-# You can replace this text with custom content, and it will be preserved on regeneration >-1; >-- >2.7.4
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 14826
:
53318
|
53319
|
53320
|
53321
|
53324
|
53326
|
53602
|
53603
|
53604
|
53605
|
53606
|
53607
|
59254
|
59255
|
59256
|
59257
|
59258
|
60270
|
60271
|
60272
|
60273
|
60274
|
60275
|
60276
|
60277
|
60278
|
60439
|
60440
|
60441
|
60442
|
60443
|
60444
|
60445
|
60446
|
64051
|
64052
|
64053
|
64054
|
64055
|
64056
|
64057
|
64058
|
64059
|
64217
|
64220
|
64222
|
64223
|
64224
|
64225
|
64226
|
64227
|
64228
|
65459
|
65460
|
65461
|
65462
|
65463
|
65464
|
65465
|
65466
|
65467
|
65642
|
65643
|
65644
|
65645
|
65646
|
65647
|
65648
|
65649
|
65650
|
65651
|
65652
|
66387
|
66388
|
66389
|
66390
|
66391
|
66392
|
66393
|
66394
|
66395
|
66396
|
66397
|
66716
|
67453
|
67454
|
67455
|
67456
|
67457
|
67458
|
67459
|
67460
|
67461
|
67462
|
67463
|
67464
|
67465
|
67936
|
67937
|
67938
|
67939
|
67940
|
67941
|
67942
|
67943
|
67944
|
67945
|
67946
|
67947
|
67948
|
67949
|
68018
|
68019
|
68020
|
68021
|
68022
|
68023
|
68024
|
68025
|
68026
|
68027
|
68028
|
68029
|
68030
|
68031
|
68032
|
68334
|
68383