23 Feb
2021
23 Feb
'21
2:26 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 --- Comment #31 from David Cook <dcook@prosentient.com.au> --- (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.