solved merge conflict

This commit is contained in:
--list
2021-06-09 10:26:40 +02:00
8 changed files with 3038 additions and 2493 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> {
}
}