Loading admin/migration/MigrationESCodeRh.php +5 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
admin/migration/MigrationESCodeRh.php +5 −1 Original line number Diff line number Diff line Loading @@ -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