refactor: Remove Migration Name

This commit is contained in:
Lilly Schramm 2025-06-22 01:31:55 +02:00
parent 593443a01c
commit 2ac5f2f412

View file

@ -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`);
}