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

On ignore mv_ext_service en mode dev sous docker

parent 05a966de
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,9 @@ foreach ($ref as $ddlClass => $objects) { ...@@ -23,9 +23,9 @@ foreach ($ref as $ddlClass => $objects) {
} }
} }
//if (isset($_SERVER['HTTP_HOST']) && $_SERVER['HTTP_HOST'] == 'ose-dev.pc-local') { if (($_SERVER['IGNORE_MV_EXT_SERVICE'] ?? "false") == "true") {
$filters['materialized-view']['excludes'][] = 'MV_EXT_SERVICE'; $filters['materialized-view']['excludes'][] = 'MV_EXT_SERVICE';
//} }
$tablesDep = [ $tablesDep = [
Ddl::INDEX, Ddl::INDEX,
......
...@@ -13,7 +13,7 @@ services: ...@@ -13,7 +13,7 @@ services:
APPLICATION_HOSTNAME: ose-dev.pc-local APPLICATION_HOSTNAME: ose-dev.pc-local
XDEBUG_CONFIG: "remote_host=172.21.0.10" XDEBUG_CONFIG: "remote_host=172.21.0.10"
PHP_IDE_CONFIG: "serverName=ose-dev.pc-local" PHP_IDE_CONFIG: "serverName=ose-dev.pc-local"
IGNORE_MV_EXT_SERVICE: true IGNORE_MV_EXT_SERVICE: "true"
build: build:
context: . context: .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment