From 4c01198811619a268619334a385acb6af2bcee27 Mon Sep 17 00:00:00 2001 From: tamaina Date: Thu, 23 Feb 2023 08:15:54 +0000 Subject: [PATCH] chore(backend): fix indent --- packages/backend/migration/1676434944993-drop-group.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend/migration/1676434944993-drop-group.js b/packages/backend/migration/1676434944993-drop-group.js index 7d2fe4cde7..df4a3b6839 100644 --- a/packages/backend/migration/1676434944993-drop-group.js +++ b/packages/backend/migration/1676434944993-drop-group.js @@ -2,7 +2,7 @@ export class dropGroup1676434944993 { name = 'dropGroup1676434944993' async up(queryRunner) { - await queryRunner.query(`TRUNCATE TABLE "notification"`, undefined); + await queryRunner.query(`TRUNCATE TABLE "notification"`, undefined); await queryRunner.query(`ALTER TABLE "antenna" DROP CONSTRAINT "FK_ccbf5a8c0be4511133dcc50ddeb"`); await queryRunner.query(`ALTER TABLE "notification" DROP CONSTRAINT "FK_8fe87814e978053a53b1beb7e98"`); await queryRunner.query(`ALTER TABLE "antenna" DROP COLUMN "userGroupJoiningId"`);