Skip to content

fix: Allow updatedb on new clone

Jens Georg requested to merge fix/allow-running-updatedb into main

fix: Allow running updatedb on fresh checkout

Some recent change (accidentally) introduced the conditionless opening of the database file which does not exist on a new checkout

Merge request reports