From 25c06e425b2577696519665184756a4db30073c3 Mon Sep 17 00:00:00 2001 From: "s.steuer" Date: Mon, 8 Jan 2024 13:20:45 +0100 Subject: [PATCH] Automatisches Update der RuleDesigner-Datenbank eingebaut --- bin/06_migrationsstatus_treeview.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/06_migrationsstatus_treeview.bat b/bin/06_migrationsstatus_treeview.bat index 51fa1f9..ee93578 100644 --- a/bin/06_migrationsstatus_treeview.bat +++ b/bin/06_migrationsstatus_treeview.bat @@ -4,5 +4,6 @@ call cremig_setenv.bat set /p "id=Baugruppennummer: " IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat CALL %CREMIG%\.venv\Scripts\activate.bat +CALL %CREMIG_BIN%\01_get_rd_dbase.bat python %CREMIG_LIB%\compare_lists.py -n %id% -t goto start