-------------------------------------------------------------------------------
report_customsql_categories
* column 'name' should be NOT NULL (C)
* column 'name' has default 'Miscellaneous', expected 'NULL' (C)
-------------------------------------------------------------------------------
Added upgrade block that:
Changes nullability of field name on table report_customsql_categories to not null
Changes the default of field name on table report_customsql_categories to drop it.
Resolves issue: https://github.com/moodleou/moodle-report_customsql/issues/123
Added upgrade block that: