Skip to content

Commit 457842c

Browse files
committed
Point backup batch file to new module function
1 parent 43cf617 commit 457842c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bat/backup_database.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
:: Adjust the Python path below if the deployment creates the venv elsewhere.
44
@echo off
55
set rootdir=%~1
6-
"%rootdir%\.venv\Scripts\python.exe" -m mwl_reset
6+
"%rootdir%\.venv\Scripts\python.exe" -c'import scripts.python.database; scripts.python.database.reset_worklist_database()'

0 commit comments

Comments
 (0)