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

Rename content_type column #549 #552

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Conversation

bwalkerl
Copy link

Closes #549

content_type needs to be renamed as it has been added as reserved word in Aurora MySQL version 3.06.0

As far as I can tell content_type doesn't appear to be used outside of backup/restore - but I've kept it in case I've missed something or it was used historically.

@bwalkerl bwalkerl marked this pull request as draft May 14, 2024 02:26
@bwalkerl
Copy link
Author

One note is that when using Aurora MySQL version 3.06.0 or above, this requires 'content_type' to be added to the mysql reserved words list as per https://tracker.moodle.org/browse/MDL-81751

@bwalkerl bwalkerl marked this pull request as ready for review May 14, 2024 05:31
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.

content_type has been added as reserved word in Aurora MySQL version 3.06.0
1 participant