mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-21 17:55:11 +00:00
migration must happen after fixorm
This commit is contained in:
parent
0670359c4f
commit
8ac6e62184
1 changed files with 2 additions and 2 deletions
|
@ -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`);
|
Loading…
Reference in a new issue