Skip to content
Snippets Groups Projects
Unverified Commit 40de1441 authored by tamaina's avatar tamaina Committed by GitHub
Browse files

Release: 13.7.4

Merge pull request #10050 from misskey-dev/develop
parents 7c9330a0 a1f3bd68
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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"`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment