fix(migration): commented extractionOldExpenses from main.ts
This commit is contained in:
parent
58c4b22f0f
commit
35665d49dd
|
|
@ -97,6 +97,6 @@ async function bootstrap() {
|
||||||
// migration function calls
|
// migration function calls
|
||||||
// await extractOldTimesheets();
|
// await extractOldTimesheets();
|
||||||
// await extractOldShifts();
|
// await extractOldShifts();
|
||||||
await extractOldExpenses();
|
// await extractOldExpenses();
|
||||||
}
|
}
|
||||||
bootstrap();
|
bootstrap();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user