https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078
--- Comment #31 from David Cook <[email protected]> --- (In reply to Julian Maurice from comment #28) > Another way could be to move the check to the start of the application (in > the .psgi), so that it's checked only once (if we update the sources, we > have to restart starman anyway) I think that this would be the best approach. The applications I use that use db migrations only do the check at application startup time. Not per request. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
