Skip to content

Fix mysql migration script of 1.9.20#309

Open
kenchan0130 wants to merge 1 commit intoTestLinkOpenSourceTRMS:testlink_1_9_20_fixedfrom
kenchan0130:fix-migration-1.9.20
Open

Fix mysql migration script of 1.9.20#309
kenchan0130 wants to merge 1 commit intoTestLinkOpenSourceTRMS:testlink_1_9_20_fixedfrom
kenchan0130:fix-migration-1.9.20

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