Commit 5158f0c
committed
fix: remove dbname from sites and apis export config
The dbname column has DEFAULT current_database() which captures the
random test database name during introspection, causing non-deterministic
output in generated migration files (apis.sql, sites.sql).
By removing dbname from the export config, the generated INSERT statements
won't include this column, and it will use its DEFAULT at deploy time.1 parent 048188f commit 5158f0c
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
372 | | - | |
| 371 | + | |
373 | 372 | | |
374 | 373 | | |
375 | 374 | | |
| |||
379 | 378 | | |
380 | 379 | | |
381 | 380 | | |
382 | | - | |
383 | 381 | | |
384 | 382 | | |
385 | 383 | | |
| |||
0 commit comments