Commit a9025bc
committed
fix: add revert/verify scripts for Phase 1 tables (compute_log, usage_daily)
Phase 1 tables were hand-written without revert/verify scripts, causing
pgpm test-packages --full-cycle to fail during the revert phase. Added
48 revert/verify scripts for platform_compute_log, platform_usage_daily,
rollup_compute_daily, and their columns/indexes/constraints.1 parent f8928bc commit a9025bc
98 files changed
Lines changed: 595 additions & 0 deletions
File tree
- pgpm/constructive-compute
- revert/schemas
- constructive_compute_private/procedures
- constructive_compute_public/tables
- platform_compute_log
- columns
- actor_id
- database_id
- duration_ms
- alterations
- entity_id
- entity_type
- error
- id
- alterations
- invocation_id
- job_id
- alterations
- organization_id
- status
- alterations
- task_identifier
- alterations
- constraints
- indexes
- platform_usage_daily
- columns
- database_id
- date
- alterations
- entity_id
- entity_type
- failed
- alterations
- max_duration_ms
- min_duration_ms
- organization_id
- successful
- alterations
- task_identifier
- alterations
- total_calls
- alterations
- total_duration_ms
- alterations
- constraints
- indexes
- verify/schemas
- constructive_compute_private/procedures
- constructive_compute_public/tables
- platform_compute_log
- columns
- actor_id
- database_id
- duration_ms
- alterations
- entity_id
- entity_type
- error
- id
- alterations
- invocation_id
- job_id
- alterations
- organization_id
- status
- alterations
- task_identifier
- alterations
- constraints
- indexes
- platform_usage_daily
- columns
- database_id
- date
- alterations
- entity_id
- entity_type
- failed
- alterations
- max_duration_ms
- min_duration_ms
- organization_id
- successful
- alterations
- task_identifier
- alterations
- total_calls
- alterations
- total_duration_ms
- alterations
- constraints
- indexes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments