Commit cd94242
committed
chore: update database schema and data for new constraints and attributes
- Added 'task_index' attribute to 'step_task_record' type
- Prepared existing data by setting 'remaining_tasks' to NULL where 'status' is 'created'
- Modified 'step_states' table by dropping constraints and adding new ones for data consistency
- Altered 'remaining_tasks' column to allow nulls and removed default
- Added 'initial_tasks' column to 'step_states' table1 parent 020cb85 commit cd94242
File tree
1 file changed
+7
-0
lines changed- pkgs/core/supabase/migrations
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
0 commit comments