began impl. of no_notification

This commit is contained in:
--list
2021-06-08 16:01:03 +02:00
parent 49c4ce2c7a
commit ad7825ab16
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> {
}
}