We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cf617 commit 457842cCopy full SHA for 457842c
1 file changed
scripts/bat/backup_database.bat
@@ -3,4 +3,4 @@
3
:: Adjust the Python path below if the deployment creates the venv elsewhere.
4
@echo off
5
set rootdir=%~1
6
-"%rootdir%\.venv\Scripts\python.exe" -m mwl_reset
+"%rootdir%\.venv\Scripts\python.exe" -c'import scripts.python.database; scripts.python.database.reset_worklist_database()'
0 commit comments