Closed dmitriim closed 2 years ago
Looks like this code always gets executed https://github.com/marceloschmitt/moodle-block_analytics_graphs/blob/4.2/db/upgrade.php#L87 This breaks upgrade when the version is bumped in version.php (e.g. when new strings added).
This should fix it https://github.com/marceloschmitt/moodle-block_analytics_graphs/pull/53
Looks like this code always gets executed https://github.com/marceloschmitt/moodle-block_analytics_graphs/blob/4.2/db/upgrade.php#L87 This breaks upgrade when the version is bumped in version.php (e.g. when new strings added).