[Bug 12365] Notes for rules
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12365 --- Comment #33 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 78685 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78685 Bug 12365: Notes for rules Review of attachment 78685: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12365&attachment=78685) ----------------------------------------------------------------- ::: installer/data/mysql/atomicupdate/bug_12365_-_add_note_column_to_issuingrules.perl @@ +1,4 @@
+$DBversion = 'XXX'; +if( CheckVersion( $DBversion ) ) { + unless( column_exists( 'issuingrules', 'note' ) ) { + $dbh->do(q|ALTER TABLE issuingrules ADD note varchar(100) default NULL AFTER article_requests|);
backticks may be in order. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org