diff --git a/db/migration/1738574434234-AlterVariablesIndexes.ts b/db/migration/1738574434234-AlterVariablesIndexes.ts index 22474e4295..1de8956fd5 100644 --- a/db/migration/1738574434234-AlterVariablesIndexes.ts +++ b/db/migration/1738574434234-AlterVariablesIndexes.ts @@ -2,7 +2,7 @@ import { MigrationInterface, QueryRunner } from "typeorm" export class AlterVariablesIndexes1738574434234 implements MigrationInterface { public async up(queryRunner: QueryRunner): Promise { - // Drop the unique index on shortName (and datasetId) + // Drop the unique index on (shortName ,datasetId) await queryRunner.query(` ALTER TABLE variables DROP INDEX unique_short_name_per_dataset;