export class cleanup1680582195041 {
    name = 'cleanup1680582195041'

    async up(queryRunner) {
			await queryRunner.query(`DROP TABLE "notification" `);
    }

    async down(queryRunner) {
        
    }
}