Commit efa3d62
committed
feat(licensing): add Prisma migration for RuntimeConfig table
Adds the database migration that creates the licensing storage table
(postgres + mysql). This was missing from the previous licensing commit.
Without this migration, npm run db:deploy is a no-op and the server
will fail to find the table at boot.1 parent f797db8 commit efa3d62
2 files changed
Lines changed: 24 additions & 0 deletions
File tree
- prisma
- mysql-migrations/20260506184850_add_runtime_config
- postgresql-migrations/20260506184850_add_runtime_config
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments