mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
[backend] Fix an old migration
This commit is contained in:
parent
7af7f1c175
commit
4176ac20ac
@ -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 New Issue
Block a user