mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 21:15:28 +00:00
that shouldn't exist
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
import { MigrationInterface, QueryRunner } from "typeorm";
|
||||
|
||||
export class MemberFlags1772403866471 implements MigrationInterface {
|
||||
name = "MemberFlags1772403866471";
|
||||
|
||||
public async up(queryRunner: QueryRunner): Promise<void> {
|
||||
await queryRunner.query(`ALTER TABLE "members" ADD "flags" integer NOT NULL DEFAULT '0'`);
|
||||
}
|
||||
|
||||
public async down(queryRunner: QueryRunner): Promise<void> {
|
||||
await queryRunner.query(`ALTER TABLE "members" DROP COLUMN "flags"`);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user