https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12365
--- Comment #33 from M. Tompsett <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
