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

Update DraftResource database table #736

Open
4 tasks
keithmanville opened this issue Feb 5, 2025 · 0 comments
Open
4 tasks

Update DraftResource database table #736

keithmanville opened this issue Feb 5, 2025 · 0 comments

Comments

@keithmanville
Copy link
Collaborator

The intent of this update is to move the ID check to a database integrity check instead of a query.

Create a database migration script that:

  • moves the resource_id json key from draft payload to a new column
  • moves the base_resource_id json key from draft payload to new column
  • removes the manual query from the draft commit workflow

Definition of Done:

  • The changes to the data model are made
  • The database can successfully be upgraded and downgraded
  • All tests pass
  • the changes are merged into dev
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

No branches or pull requests

1 participant