Don't delete existing DB tables
This commit is contained in:
parent
1e6d49f393
commit
18ba59e4dd
@ -104,7 +104,7 @@ class ActivityPub
|
||||
$entityManager = @$this->module->get( EntityManager::class );
|
||||
$schemaTool = new SchemaTool( $entityManager );
|
||||
$classes = $entityManager->getMetadataFactory()->getAllMetadata();
|
||||
$schemaTool->updateSchema( $classes );
|
||||
$schemaTool->updateSchema( $classes, true );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user