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

Migrations: SQL changes to make adding migrations easier #376

Merged
merged 1 commit into from
Jan 25, 2016

Conversation

Hwesta
Copy link
Contributor

@Hwesta Hwesta commented Jan 14, 2016

Migrations are likely to come in with the 1.6 release, and these fixes will make it easier.

  • Boolean field StandardTasksConfigs.requiresOutputLock doesn't have NULL values, only True/False
  • MSCLs with no TasksConfig are deleted
  • Add a synthetic key to FPCommandOutput. MySQL seems to handle the AUTO_INCREMENT correctly if the table already has data.
  • Add missing lastmodified to IDCommand from fix sql for Fido FPR command #120

@Hwesta Hwesta added this to the 1.5.0 milestone Jan 14, 2016
@Hwesta Hwesta mentioned this pull request Jan 15, 2016
5 tasks
@mistydemeo
Copy link
Contributor

👍

@qubot qubot force-pushed the dev/issue-8974-migration-prep branch from 29f9184 to ff83544 Compare January 22, 2016 18:35
@qubot qubot merged commit ff83544 into qa/1.5.x Jan 25, 2016
@qubot qubot deleted the dev/issue-8974-migration-prep branch January 25, 2016 22:31
@Hwesta
Copy link
Contributor Author

Hwesta commented Jan 25, 2016

Also cherry-picked to qa/1.x as deb55f1

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.

3 participants