Change order of integrity check and add vacuum
Signed-off-by: trivernis <trivernis@protonmail.com>pull/7/head
parent
3c005c3a7e
commit
c64881da0d
@ -1,3 +1,4 @@
|
||||
export type JobType = "MigrateContentDescriptors"
|
||||
| "CalculateSizes"
|
||||
| "CheckIntegrity";
|
||||
| "CheckIntegrity"
|
||||
| "Vacuum";
|
||||
|
Loading…
Reference in New Issue