Skip to content

Commit

Permalink
fix(server): 全ての通知が削除されてしまうのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Feb 23, 2023
1 parent ca99468 commit c925e3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,18 @@
You should also include the user name that made the change.
-->
## 13.7.4 (unreleased)

### Note
~~13.7.0以前から直接このバージョンにアップデートする場合は全ての通知が削除**されません。**~~

### Bugfixes
- 全ての通知が削除されてしまうのを修正

## 13.7.3 (2023/02/23)

### Note
13.7.0以前から直接このバージョンにアップデートする場合は全ての通知が削除**されません。**
~~13.7.0以前から直接このバージョンにアップデートする場合は全ての通知が削除**されません。**~~

### Improvements

Expand Down
1 change: 0 additions & 1 deletion packages/backend/migration/1676434944993-drop-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ 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"`);
Expand Down

0 comments on commit c925e3d

Please sign in to comment.