[backend] Fix an old migration

This commit is contained in:
Laura Hausmann 2023-10-15 21:54:52 +02:00
parent 7af7f1c175
commit 4176ac20ac
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -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(