https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27880 --- Comment #11 from David Cook <dcook@prosentient.com.au> --- (In reply to Julian Maurice from comment #0)
The goals of this patch are: - stop the growth of updatedatabase.pl file (which is nearly 24k lines long at the moment) - reduce the manual work for RM/RMaints (copy/paste of code from atomicupdate to updatedatabase.pl + increase of Koha version) - provide a simple framework for a better control of the database update process
Other work has already stopped the growth of updatedatabase.pl, fortunately. I don't understand the manual work for RM/RMaints so maybe we can get a more in-depth explanation for that? I do want to reiterate that I think recording database migrations in the database is a good idea. Although what do we do for historical migrations? Do we just choose an arbitrary point to start recording from? -- You are receiving this mail because: You are watching all bug changes.