began impl. of no_notification

This commit is contained in:
--list
2021-06-10 13:05:00 +02:00
parent ea53b79831
commit bc3fc2188c
6 changed files with 25 additions and 7 deletions
@@ -0,0 +1,11 @@
import {MigrationInterface, QueryRunner} from "typeorm";
export class noNotification1622713782458 implements MigrationInterface {
public async up(queryRunner: QueryRunner): Promise<void> {
}
public async down(queryRunner: QueryRunner): Promise<void> {
}
}