mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
[backend] Fix an old migration
This commit is contained in:
parent
7af7f1c175
commit
4176ac20ac
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
import { MigrationInterface, QueryRunner } from "typeorm";
|
||||
export class addRenoteMuting1665091090561 implements MigrationInterface {
|
||||
constructor() {
|
||||
this.name = "addRenoteMuting1665091090561";
|
||||
}
|
||||
name = "addRenoteMuting1665091090561";
|
||||
|
||||
async up(queryRunner: QueryRunner): Promise<void> {
|
||||
await queryRunner.query(
|
||||
|
|
Loading…
Reference in a new issue