-
Notifications
You must be signed in to change notification settings - Fork 0
[TASK] Clean up migrations #461
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Describe the task to complete
We have made a lot of changes to our DB with a lot of stacked changes. Some of these changes undo changes done by previous migrations. Once we have completed the work on defining our DB, we should merge all changes into a single initial migration.
Doing this may require manual intervention to deploy the changes.
How should we implement this (high level)?
- Determine the process to squash the migrations or export the current schema
- Determine steps to deploy the changes
- Verify changes locally
- Implement changes and PR
- Drive the deployment across both supabase stages.
What type of task is this?
Improvement | Development
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request