Commit 1c69491
committed
fix: correct index and constraint names in revert scripts
Index names in revert must match what CREATE INDEX produced:
- idx_task_completed → platform_compute_log_task_completed_idx
- idx_db_completed → platform_compute_log_db_completed_idx
- idx_actor_completed → platform_compute_log_actor_completed_idx
- idx_unique_entity_task_date → platform_usage_daily_entity_task_date_idx
- pk_completed_at_id → platform_compute_log_pkey
- pk_id → platform_usage_daily_pkey1 parent 4fe5dad commit 1c69491
6 files changed
Lines changed: 6 additions & 6 deletions
File tree
- pgpm/constructive-compute/revert/schemas/constructive_compute_public/tables
- platform_compute_log
- constraints
- indexes
- platform_usage_daily
- constraints
- indexes
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments