https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35473
Julian Maurice <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Julian Maurice <[email protected]> --- (In reply to Marcel de Rooy from comment #15) > Note that the question also arises: What should we do for other plugins in > the future that created tables in Koha and clash? I would normally not > expect Koha to contain knowledge about plugin tables? I think we should try to avoid using table names that are already used by known plugins, but if that happens (like in this bug) I think it's the plugin responsibility to move its own data. Now what should Koha do ? Stop the update process, and if the plugin is known add a message suggesting to update the plugin first ? Can the plugin update be done in the middle of the updatedb process ? -- 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/
