Skip to content

Commit

Permalink
migrate uploaded files command
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyDaren committed Aug 12, 2024
1 parent fb984b3 commit 0b969a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/DataFixtures/Demo/SettingValueDataFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public function load(ObjectManager $manager): void
}
}
$this->setting->set(BaseSetting::IMAGE_STRUCTURE_MIGRATED_FOR_PROXY, true);
$this->setting->set(BaseSetting::FILE_STRUCTURE_MIGRATED_FOR_RELATIONS, true);
}

/**
Expand Down

0 comments on commit 0b969a9

Please sign in to comment.