moodleou / moodle-report_customsql

A Moodle report plugin that lets you easily create simple reports that can be expressed as a single SQL query
48 stars 100 forks source link

Issue #123: Fix schema issues in report_customsql_categories #125

Open jnlar opened 1 year ago

jnlar commented 1 year ago

Resolves issue: https://github.com/moodleou/moodle-report_customsql/issues/123

-------------------------------------------------------------------------------
report_customsql_categories
 * column 'name' should be NOT NULL (C)
 * column 'name' has default 'Miscellaneous', expected 'NULL' (C)
-------------------------------------------------------------------------------

Added upgrade block that:

timhunt commented 11 months ago

Sorry for not looking for this for so long.

However, not helpful to have a branches of 20+ commits that claims to just fix one bug.

Please rebase on latest main branch and I will take a look.