http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8352
--- Comment #33 from Kyle M Hall <[email protected]> --- (In reply to Bernardo Gonzalez Kriegel from comment #32) > Hi, > on your first patch you add on kohastructure.pl > `printed` tinyint(1) DEFAULT NULL, > for reserves and old_reserves > > But on final updatedatabase.pl (needs to be on atomicupdate!), you > "only" alter reserves but using a different type > > $dbh->do("ALTER TABLE reserves ADD printed DATETIME NULL AFTER > suspend_until"); > > Both patches have conflicts Good catch! -- 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/
