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

made the 'version' column primary key to fix #659 #783

Merged
merged 1 commit into from Sep 24, 2022
Merged

Conversation

sio4
Copy link
Member

@sio4 sio4 commented Sep 24, 2022

Made the 'version' column the primary key to fix #659.

The schema table does not strongly require a primary key itself, but having PK could be better, and the column version is actually a defacto primary key.

In the future, it could be better to consider #561 with it too.

fixes #659

@sio4 sio4 added the enhancement New feature or request label Sep 24, 2022
@sio4 sio4 added this to the v6.0.7 milestone Sep 24, 2022
@sio4 sio4 self-assigned this Sep 24, 2022
@sio4 sio4 mentioned this pull request Sep 24, 2022
30 tasks
@sio4 sio4 merged commit 9a26827 into main Sep 24, 2022
@sio4 sio4 deleted the pk-for-schema-table branch September 24, 2022 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when creating the schema_migration table on MySQL 8
1 participant