migration must happen after fixorm

This commit is contained in:
~keith 2024-11-10 02:55:02 -05:00
parent b016d28662
commit 6c92c9c3b3
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
export class RelationshipsPrivateByDefault1731177159674 { export class RelationshipsPrivateByDefault1731198456912 {
name = 'RelationshipsPrivateByDefault1731177159674' name = 'RelationshipsPrivateByDefault1731198456912'
async up(queryRunner) { async up(queryRunner) {
await queryRunner.query(`ALTER TABLE "user_profile" ALTER COLUMN "publicReactions" SET DEFAULT false`); await queryRunner.query(`ALTER TABLE "user_profile" ALTER COLUMN "publicReactions" SET DEFAULT false`);