fix migration file
This commit is contained in:
parent
90eeaa9159
commit
0267197339
|
@ -2,16 +2,7 @@
|
|||
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {import('typeorm').MigrationInterface} MigrationInterface
|
||||
*/
|
||||
|
||||
/**
|
||||
* @class
|
||||
* @implements {MigrationInterface}
|
||||
*/
|
||||
module.exports = class RemoteSuspend1751848750315 {
|
||||
export class RemoteSuspend1751848750315 {
|
||||
name = 'RemoteSuspend1751848750315'
|
||||
|
||||
async up(queryRunner) {
|
||||
|
|
Loading…
Reference in New Issue