Bugzilla – Attachment 56551 Details for
Bug 5260
Add option to send an order by e-mail to the acquisition module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5260 - Schema changes
Bug-5260---Schema-changes.patch (text/plain), 1.58 KB, created by
Katrin Fischer
on 2016-10-14 14:30:30 UTC
(
hide
)
Description:
Bug 5260 - Schema changes
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-10-14 14:30:30 UTC
Size:
1.58 KB
patch
obsolete
>From 7e4894817bf496ee1bd0393fc507229818bf1e61 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 14 Oct 2016 07:19:40 +0000 >Subject: [PATCH] Bug 5260 - Schema changes > >Schema changes for new column in the aqcontacts table. >--- > Koha/Schema/Result/Aqcontact.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Aqcontact.pm b/Koha/Schema/Result/Aqcontact.pm >index e7e5185..c7ab475 100644 >--- a/Koha/Schema/Result/Aqcontact.pm >+++ b/Koha/Schema/Result/Aqcontact.pm >@@ -70,6 +70,12 @@ __PACKAGE__->table("aqcontacts"); > data_type: 'mediumtext' > is_nullable: 1 > >+=head2 orderacquisition >+ >+ data_type: 'tinyint' >+ default_value: 0 >+ is_nullable: 0 >+ > =head2 claimacquisition > > data_type: 'tinyint' >@@ -119,6 +125,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 100 }, > "notes", > { data_type => "mediumtext", is_nullable => 1 }, >+ "orderacquisition", >+ { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "claimacquisition", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "claimissues", >@@ -161,8 +169,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-08-26 11:53:50 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sIT7PzDxqInviUSe7wuzow >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-14 07:14:13 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9sJ0ALCjIsvdUcqgpej1JA > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >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 5260
:
2653
|
4067
|
4068
|
4781
|
22171
|
56449
|
56450
|
56483
|
56484
|
56549
|
56550
|
56551
|
56560
|
56561
|
56562
|
56568
|
56679
|
56680
|
56686
|
56687
|
56688
|
56689
|
56705
|
56706
|
56707
|
56708
|
56709
|
56786
|
56787
|
56788
|
56789
|
56790
|
56791
|
56792
|
56793
|
56794
|
56795