Skip to content

Commit

Permalink
Reverting changes of commit 2961903
Browse files Browse the repository at this point in the history
  • Loading branch information
dvesh3 committed Sep 16, 2019
1 parent 2961903 commit 9236939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Installer extends MigrationInstaller

public function getMigrationVersion(): string
{
return '20190614135736';
return '20190904131554';
}

public function needsReloadAfterInstall(): bool
Expand Down Expand Up @@ -63,7 +63,7 @@ public function migrateInstall(Schema $schema, Version $version)
\Pimcore\Model\User\Permission\Definition::create(ConfigController::CONFIG_NAME);

try {
$types = ["asset", "object"];
$types = ["document", "asset", "object"];

$db = Db::get();
foreach ($types as $type) {
Expand Down

0 comments on commit 9236939

Please sign in to comment.