Bugzilla – Attachment 125792 Details for
Bug 29093
Article requests: Checkbox for table of contents
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
DBIx schema changes
DBIx-schema-changes.patch (text/plain), 1.47 KB, created by
Marcel de Rooy
on 2021-10-06 12:23:14 UTC
(
hide
)
Description:
DBIx schema changes
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2021-10-06 12:23:14 UTC
Size:
1.47 KB
patch
obsolete
>From 9d68cde813ded0b400c3ec5f5774d250bdf6bca3 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 6 Oct 2021 11:25:25 +0000 >Subject: [PATCH] DBIx schema changes >Content-Type: text/plain; charset=utf-8 > >--- > Koha/Schema/Result/ArticleRequest.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/ArticleRequest.pm b/Koha/Schema/Result/ArticleRequest.pm >index 1b2f4dce4c..ac2fe371da 100644 >--- a/Koha/Schema/Result/ArticleRequest.pm >+++ b/Koha/Schema/Result/ArticleRequest.pm >@@ -141,6 +141,12 @@ Be careful with two timestamps in one table not allowing NULL > default_value: current_timestamp > is_nullable: 0 > >+=head2 toc_request >+ >+ data_type: 'tinyint' >+ default_value: 0 >+ is_nullable: 0 >+ > =cut > > __PACKAGE__->add_columns( >@@ -205,6 +211,8 @@ __PACKAGE__->add_columns( > default_value => \"current_timestamp", > is_nullable => 0, > }, >+ "toc_request", >+ { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > ); > > =head1 PRIMARY KEY >@@ -292,8 +300,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-10-05 09:43:22 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yBNVe7a+BlTtg4I4YCBP1Q >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-10-06 11:25:12 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:H+wrFhjkl6LvBojV2I9CLg > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.20.1
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 29093
:
125190
|
125191
|
125192
|
125288
|
125289
|
125290
|
125448
|
125449
|
125450
|
125772
|
125773
|
125774
|
125775
|
125787
|
125788
|
125789
|
125790
|
125791
| 125792