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

Add migration for annotation projects #5284

Merged
merged 2 commits into from
Jan 15, 2020

Conversation

jisantuc
Copy link
Contributor

@jisantuc jisantuc commented Jan 13, 2020

Overview

This PR adds a migration for the liberation of Groundwork projects from the Raster Foundry projects domain.

Checklist

  • Description of PR is in an appropriate section of the changelog and grouped with similar changes if possible
  • New tables and queries have appropriate indices added
  • Any content changes are properly templated using BUILDCONFIG.APP_NAME
  • Any new SQL strings have tests many new SQL strings, but not time to test them yet since they're... run by sql

Notes

I believe that I've added sufficient indices for fast project deletion to still work. i can't add the foreign key to annotation projects to tasks yet (unless we're planning to make a new tasks table?) without making it nullable, so I think that should happen as part of #5281.

I had to change the name of the order field because order is a reserved word.

Testing Instructions

  • run the migration

Closes #5280

@jisantuc jisantuc merged commit 851bb2a into develop Jan 15, 2020
@jisantuc jisantuc deleted the feature/js/add-annotate-project-migrations branch January 15, 2020 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add migrations for annotate projects
2 participants