Skip to content
Snippets Groups Projects
Commit 87ec3b10 authored by Sophia Leierseder's avatar Sophia Leierseder Committed by Johannes Goderbauer
Browse files

changes in exportLiquibaseContent_serverProcess

(cherry picked from commit 52870197)
parent 021ce4ca
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,9 @@ fileIO.storeData(outFolderBase + "changelog.xml", changeLogData, util.DATA_TEXT,
logging.log("liquibase data (" + exportedTables.length + " tables) exported into folder:" + outFolderPath);
//remember to change the alias db to the data_system when running binaries exporter:
//LiquiUtils.exportTableAsLiquibaseFiles(outFolderPath, "ASYS_BINARIES", null, null, null, false, alias);
alias = "diffAliasSystem";
outFolderPath = vars.get("$sys.servertemp") + "/" + alias + "/" + "generatedData/";
LiquiUtils.exportTableAsLiquibaseFiles(outFolderPath, "ASYS_BINARIES", null, null, null, false, alias, true);
//alias = SqlUtils.getSystemAlias();
//outFolderPath = "C:\\temp\\generatedData\\" + alias + "\\";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment