Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #123: Fix schema issues in report_customsql_categories #125

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

jnlar
Copy link

@jnlar jnlar commented Dec 22, 2022

Resolves issue: #123

-------------------------------------------------------------------------------
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.

Tim Price and others added 20 commits October 13, 2015 14:57
Fix moodleou#123: Fix schema issues in report_customsql_categories
WR410672 new branch with update from the github moodle-report_customsql

See merge request elearning/mdl-report_customsql!7
Wr410672 add dan fix

See merge request elearning/mdl-report_customsql!9
WR-416501 fix privacy test

See merge request elearning/mdl-report_customsql!10
@timhunt
Copy link
Member

timhunt commented Dec 13, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants