diff --git a/server/migrations/1725348767523-AlterAnalyticSessionsByAddPhaseAndUser.ts b/server/migrations/1725348767523-AlterAnalyticSessionsByAddPhaseAndUser.ts new file mode 100644 index 000000000..15891a305 --- /dev/null +++ b/server/migrations/1725348767523-AlterAnalyticSessionsByAddPhaseAndUser.ts @@ -0,0 +1,11 @@ +import { MigrationInterface, QueryRunner } from "typeorm"; + +export class AlterAnalyticSessionsByAddPhaseAndUSer$1725348767523 implements MigrationInterface { + + public async up(queryRunner: QueryRunner): Promise { + } + + public async down(queryRunner: QueryRunner): Promise { + } + +}