mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-21 14:25:12 +00:00
migration must happen after fixorm
This commit is contained in:
parent
b016d28662
commit
6c92c9c3b3
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
export class RelationshipsPrivateByDefault1731177159674 {
|
||||
name = 'RelationshipsPrivateByDefault1731177159674'
|
||||
export class RelationshipsPrivateByDefault1731198456912 {
|
||||
name = 'RelationshipsPrivateByDefault1731198456912'
|
||||
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "user_profile" ALTER COLUMN "publicReactions" SET DEFAULT false`);
|
Loading…
Reference in a new issue