dbup-cli icon indicating copy to clipboard operation
dbup-cli copied to clipboard

bug: `dbup status` returns -1 when there are `runAlways` scripts

Open drewburlingame opened this issue 1 year ago • 0 comments

when there are runAlways scripts , dbup status returns -1 and prints message

Database upgrade is required.
You have 1 more scripts to execute.

This seems to be because the scripts are not written to the journal table and not escaped in ToolEngine.RunStatusCommand.

runAlways scripts should not indicate more scripts need to run.

drewburlingame avatar Mar 16 '24 14:03 drewburlingame