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

Fix mysql migration script of 1.9.20 #309

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

Conversation

kenchan0130
Copy link
Contributor

This PR is a rework of #272.

What happened

  • The final schema for testlink_create_tables and alter_tables will be different.

Intent of the change

Add unsigned

According to testlink_create_tables.sql, the enable_on_design and enable_on_execution columns of the platforms table seem to expect unsigned.

However, the SQL for the migration alter_table does not have unsigned, so when migrating from 1.9.20 or lower versions, there is a difference compared to the initial preparation of 1.9.20.

Assuming that testlink_create_tables.sql is the correct structure, this changes will be necessary.

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.

2 participants