Skip to content
Snippets Groups Projects
Commit 61d68d03 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Ajout de SET SQLBLANKLINES ON; au début du script de création de schéma.

parent 4e582035
Branches
Tags
No related merge requests found
Pipeline #4249 passed
......@@ -92,6 +92,11 @@ class SchemaService
$sql = implode('', $result);
$sql = str_replace("\"$srcSchemaName\"", "\"$dstSchemaName\"", $sql);
$sql = 'SET SQLBLANKLINES ON;' . PHP_EOL .
PHP_EOL .
$sql;
file_put_contents($outputFilePath, $sql);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment