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

Remise d'équerre de la DDL

parent efa1fccb
No related branches found
No related tags found
No related merge requests found
......@@ -444,7 +444,9 @@ class Schema
if ($this->logger){
$this->logger->logTitle('Compilation de tous les objets de la BDD');
}
$this->compilerTout();
if (empty($this->compilerTout()) && $this->logger){
$this->logger->log('Compilation effectuée avec succès.');
}
}
return $res;
......
......@@ -31616,7 +31616,7 @@ SELECT rownum id, t."ANNEE_ID",t."INTERVENANT_ID",t."STRUCTURE_ID" FROM (
'V_INDICATEUR_510' =>
array (
'name' => 'V_INDICATEUR_510',
'definition' => 'CREATE OR REPLACE FORCE VIEW V_INDICATEUR_510 ASE
'definition' => 'CREATE OR REPLACE FORCE VIEW V_INDICATEUR_510 AS
WITH t AS (
SELECT
s.intervenant_id,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment