minor v1.3.0 #58

Merged
jkeffects merged 29 commits from develop into main 2025-02-03 12:52:06 +00:00
Showing only changes of commit 0994274c0c - Show all commits

View file

@ -8,7 +8,9 @@ export class BackupAndResetDatabase1738166124200 implements MigrationInterface {
public async up(queryRunner: QueryRunner): Promise<void> {
if ((await queryRunner.hasTable("user")) && !(await queryRunner.hasTable("salutation"))) {
throw new InternalException("Cannot update due to skiped version, resulting in data loss");
throw new InternalException(
"Cannot update due to skiped version. Update to v1.2.2 Version first to prevent data loss and get access to the newer Versions."
);
}
if (await queryRunner.hasTable("user")) {