patches v1.7.2 #119

Merged
jkeffects merged 3 commits from develop into main 2025-07-13 08:16:10 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 5af3dd5283 - Show all commits

View file

@ -8,7 +8,6 @@ import DatabaseActionException from "../exceptions/databaseActionException";
import { availableTemplates } from "../type/templateTypes";
import SettingHelper from "./settingsHelper";
import { LoginRoutineEnum } from "../enums/loginRoutineEnum";
import { education } from "../entity/configuration/education";
export type BackupSection =
| "member"

View file

@ -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();