Skip to content

Rename content_type column #549 - #552

Open
bwalkerl wants to merge 1 commit into
h5p:stablefrom
catalyst:rename-content-type-stable
Open

Rename content_type column #549#552
bwalkerl wants to merge 1 commit into
h5p:stablefrom
catalyst:rename-content-type-stable

Conversation

@bwalkerl

Copy link
Copy Markdown

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
Copy Markdown
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

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