Commit e5ff5020 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

suite...

parent 10bb21ab
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -36,7 +36,11 @@ class MigrationESCodeRh extends AbstractMigration

    public function action(string $contexte)
    {
        try {
            $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