Commit bf79690
remove redundant migrate-run-ops.mjs script
The run-ops database is migrated first-class by the @internal/run-ops-database
package's own prisma migrate deploy (its schema.prisma datasource reads
RUN_OPS_DATABASE_URL and it owns its own migrations dir), which the root
db:migrate already sweeps via turbo. The bespoke script instead ran prisma
migrate deploy from the control-plane database package against the run-ops DB,
applying the full control-plane migration history rather than the run-ops subset
— redundant with the native flow and wrong. Drop the script and its two script
entries (root package.json, database package.json).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7dd344c commit bf79690
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments