test(renown): pin the migration's backfill and constraint statement ordering

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Bastian Wagner
2026-08-21 08:56:48 +02:00
parent 1a50e817f1
commit 3662029ec9
2 changed files with 28 additions and 15 deletions

View File

@@ -134,6 +134,7 @@ export class CreateRenownAndReputation1791000000000 implements MigrationInterfac
}
public async down(queryRunner: QueryRunner): Promise<void> {
await queryRunner.query('DROP INDEX "IDX_turn_in_definitions_key"');
await queryRunner.query('DROP TABLE "turn_in_definitions"');
await queryRunner.query(