Merge branch 'develop' into milestone/ff-admin-unit
This commit is contained in:
commit
45ec6b856a
19 changed files with 271 additions and 236 deletions
|
@ -18,7 +18,7 @@ export class BackupAndResetDatabase1749296262915 implements MigrationInterface {
|
|||
}
|
||||
|
||||
if (await queryRunner.hasTable("user")) {
|
||||
await BackupHelper.createBackup({ collectIds: false });
|
||||
await BackupHelper.createBackup({ collectIds: true });
|
||||
}
|
||||
await queryRunner.clearDatabase();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue