diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-02-23 20:48:20 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-23 20:48:20 +0900 |
| commit | 8a5c6240b4ac6e822fd43f21048c50dc2b41ea1b (patch) | |
| tree | 0fd2035f4c8ae902a8bd194eab7d832b422e7ceb | |
| parent | 13.7.3 (diff) | |
| parent | Release: 13.7.2 (#10035) (diff) | |
| download | sharkey-8a5c6240b4ac6e822fd43f21048c50dc2b41ea1b.tar.gz sharkey-8a5c6240b4ac6e822fd43f21048c50dc2b41ea1b.tar.bz2 sharkey-8a5c6240b4ac6e822fd43f21048c50dc2b41ea1b.zip | |
Merge branch 'master' into develop
| -rw-r--r-- | packages/backend/migration/1676434944993-drop-group.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/backend/migration/1676434944993-drop-group.js b/packages/backend/migration/1676434944993-drop-group.js index c856046eb9..0f29664338 100644 --- a/packages/backend/migration/1676434944993-drop-group.js +++ b/packages/backend/migration/1676434944993-drop-group.js @@ -2,6 +2,7 @@ export class dropGroup1676434944993 { name = 'dropGroup1676434944993' async up(queryRunner) { + 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"`); |