marceloschmitt / moodle-block_analytics_graphs

Learning analytics Moodle plugin - graphs to help teachers.
GNU General Public License v3.0
15 stars 17 forks source link

Broken upgrade hook #52

Closed dmitriim closed 2 years ago

dmitriim commented 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).

dmitriim commented 2 years ago

This should fix it https://github.com/marceloschmitt/moodle-block_analytics_graphs/pull/53