removed not working migration

This commit is contained in:
--list
2021-06-08 16:00:58 +02:00
parent bc3fc2188c
commit 4d560a5045

View File

@@ -1,11 +0,0 @@
import {MigrationInterface, QueryRunner} from "typeorm";
export class noNotification1622713782458 implements MigrationInterface {
public async up(queryRunner: QueryRunner): Promise<void> {
}
public async down(queryRunner: QueryRunner): Promise<void> {
}
}