fix migration
This commit is contained in:
parent
7e648b57b7
commit
f5d4b2744b
|
@ -2,7 +2,8 @@
|
||||||
* SPDX-FileCopyrightText: syuilo and misskey-project
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||||||
* SPDX-License-Identifier: AGPL-3.0-only
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
*/
|
*/
|
||||||
module.exports = class FollowingIsFollowerSuspended1752410859370 {
|
|
||||||
|
export class FollowingIsFollowerSuspended1752410859370 {
|
||||||
name = 'FollowingIsFollowerSuspended1752410859370'
|
name = 'FollowingIsFollowerSuspended1752410859370'
|
||||||
|
|
||||||
async up(queryRunner) {
|
async up(queryRunner) {
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
* SPDX-FileCopyrightText: syuilo and misskey-project
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||||||
* SPDX-License-Identifier: AGPL-3.0-only
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
*/
|
*/
|
||||||
module.exports = class FollowingIsFollowerSuspendedCopySuspendedState1752410900000 {
|
|
||||||
|
export class FollowingIsFollowerSuspendedCopySuspendedState1752410900000 {
|
||||||
name = 'FollowingIsFollowerSuspendedCopySuspendedState1752410900000'
|
name = 'FollowingIsFollowerSuspendedCopySuspendedState1752410900000'
|
||||||
|
|
||||||
async up(queryRunner) {
|
async up(queryRunner) {
|
||||||
|
|
Loading…
Reference in New Issue