summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-03 03:36:45 +0100
committerRory& <root@rory.gay>2026-02-03 03:36:45 +0100
commita7dd9647fbb01f1b900876f26f7764dc4d187b02 (patch)
tree1bba5a1e549ab36a3d5f737170e15155bfe3ce63
parenttry catch a migration line (diff)
downloadserver-ts-a7dd9647fbb01f1b900876f26f7764dc4d187b02.tar.xz
Well, dont then ig
-rw-r--r--src/util/migration/postgres/1770079838835-MemberProfileCustomisation.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/migration/postgres/1770079838835-MemberProfileCustomisation.ts b/src/util/migration/postgres/1770079838835-MemberProfileCustomisation.ts

index 25ed7e25..5796dec1 100644 --- a/src/util/migration/postgres/1770079838835-MemberProfileCustomisation.ts +++ b/src/util/migration/postgres/1770079838835-MemberProfileCustomisation.ts
@@ -6,11 +6,6 @@ export class MemberProfileCustomisation1770079838835 implements MigrationInterfa public async up(queryRunner: QueryRunner): Promise<void> { // just gonna let typeorm do its thing for once... await queryRunner.query(`ALTER TABLE "thread_members" DROP CONSTRAINT "FK_606ac45e8756d3440c584477f4e"`); - try { - await queryRunner.query(`ALTER TABLE "webhooks" DROP CONSTRAINT "fk_d64f38834fa676f6caa4786ddd6"`); - } catch { - /* empty */ - } await queryRunner.query(`DROP INDEX "public"."IDX_bde0970b6a26bdbd83508addd2"`); await queryRunner.query(`ALTER TABLE "members" ADD "avatar_decoration_data" text`); await queryRunner.query(`ALTER TABLE "members" ADD "display_name_styles" text`);