forked from jappel/leistungsbilanz-ts
Remove project device mirror fields
This commit is contained in:
parent
3fbf3ac622
commit
30d6f1a2e1
10 changed files with 1588 additions and 20 deletions
|
|
@ -16,8 +16,9 @@ and requires both `PRAGMA integrity_check` and `PRAGMA foreign_key_check` to pas
|
|||
Database backups are operational recovery files and remain separate from the future
|
||||
user-visible project version history.
|
||||
|
||||
2. Apply pending schema migrations (includes `0008_circuit_first_model` and the additive
|
||||
`0009_project_device_circuit_fields` transition)
|
||||
2. Apply pending schema migrations (includes `0008_circuit_first_model`, the additive
|
||||
`0009_project_device_circuit_fields` transition and the post-cutover
|
||||
`0011_project_device_canonical_fields` cleanup)
|
||||
|
||||
```bash
|
||||
npm run db:migrate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue