Bugzilla – Attachment 59775 Details for
Bug 17960
Rename opac_news.new with opac_news.content
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 17960: DBIC Schema changes for opac_news.content
SIGNED-OFF-Bug-17960-DBIC-Schema-changes-for-opacn.patch (text/plain), 1.64 KB, created by
Josef Moravec
on 2017-02-02 09:46:38 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 17960: DBIC Schema changes for opac_news.content
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-02-02 09:46:38 UTC
Size:
1.64 KB
patch
obsolete
>From 40d273c32071e4d1e292e4cc28a0777849d93ada Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 19 Jan 2017 16:54:50 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 17960: DBIC Schema changes for > opac_news.content > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > Koha/Schema/Result/OpacNews.pm | 11 +++++------ > 1 file changed, 5 insertions(+), 6 deletions(-) > >diff --git a/Koha/Schema/Result/OpacNews.pm b/Koha/Schema/Result/OpacNews.pm >index 2a4b80b..fcd25c1 100644 >--- a/Koha/Schema/Result/OpacNews.pm >+++ b/Koha/Schema/Result/OpacNews.pm >@@ -44,9 +44,8 @@ __PACKAGE__->table("opac_news"); > is_nullable: 0 > size: 250 > >-=head2 new >+=head2 content > >- accessor: undef > data_type: 'text' > is_nullable: 0 > >@@ -95,8 +94,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_foreign_key => 1, is_nullable => 1, size => 10 }, > "title", > { data_type => "varchar", default_value => "", is_nullable => 0, size => 250 }, >- "new", >- { accessor => undef, data_type => "text", is_nullable => 0 }, >+ "content", >+ { data_type => "text", is_nullable => 0 }, > "lang", > { data_type => "varchar", default_value => "", is_nullable => 0, size => 25 }, > "timestamp", >@@ -169,8 +168,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-10-21 19:50:05 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:QivH1Daozdp0BttbPF6CkA >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-01-21 12:39:33 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wfBMbKlWykwfNNNLGkl4BA > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.1.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 17960
:
59406
|
59407
|
59408
|
59409
|
59488
|
59768
|
59772
|
59773
|
59774
|
59775
|
59776
|
59777
|
59861
|
59862
|
59863
|
59864
|
59865
|
59866