From 2ac5f2f412c2bf92b9223a219ecb0b0d953f018e Mon Sep 17 00:00:00 2001 From: Lilly Schramm Date: Sun, 22 Jun 2025 01:31:55 +0200 Subject: [PATCH] refactor: Remove Migration Name --- .../backend/migration/1750541176036000-userDescriptionText.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/backend/migration/1750541176036000-userDescriptionText.js b/packages/backend/migration/1750541176036000-userDescriptionText.js index 5189e90637..78d6d9088b 100644 --- a/packages/backend/migration/1750541176036000-userDescriptionText.js +++ b/packages/backend/migration/1750541176036000-userDescriptionText.js @@ -4,7 +4,6 @@ */ export class UserDescriptionText1750541176036000 { - name = 'UserDescriptionText1750541176036000' async up(queryRunner) { await queryRunner.query(`ALTER TABLE "user_profile" ALTER COLUMN "description" TYPE TEXT USING NULL`); }