forked from jappel/leistungsbilanz-ts
Add automatic project snapshots
This commit is contained in:
parent
59d442593f
commit
1a77eedaa8
23 changed files with 2232 additions and 26 deletions
2
src/db/migrations/0015_modern_madame_masque.sql
Normal file
2
src/db/migrations/0015_modern_madame_masque.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE `project_snapshots` ADD `kind` text DEFAULT 'named' NOT NULL;--> statement-breakpoint
|
||||
CREATE INDEX `project_snapshots_project_kind_revision_idx` ON `project_snapshots` (`project_id`,`kind`,`source_revision`);
|
||||
1822
src/db/migrations/meta/0015_snapshot.json
Normal file
1822
src/db/migrations/meta/0015_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -106,6 +106,13 @@
|
|||
"when": 1785009799979,
|
||||
"tag": "0014_project_snapshots",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 15,
|
||||
"version": "6",
|
||||
"when": 1785014383032,
|
||||
"tag": "0015_modern_madame_masque",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue