Skip to content
Snippets Groups Projects
Commit e5ff5020 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

suite...

parent 10bb21ab
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,11 @@ class MigrationESCodeRh extends AbstractMigration ...@@ -36,7 +36,11 @@ class MigrationESCodeRh extends AbstractMigration
public function action(string $contexte) public function action(string $contexte)
{ {
try {
$this->manager->getBdd()->exec('DROP MATERIALIZED VIEW MV_EXT_SERVICE'); $this->manager->getBdd()->exec('DROP MATERIALIZED VIEW MV_EXT_SERVICE');
} catch (\Exception $e) {
// rien à faire si la MV n'existait pas...
}
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment