removed not working migration

This commit is contained in:
--list
2021-06-08 16:00:58 +02:00
parent c2623d8695
commit cfae9be8d8

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> {
}
}