Added --no-superuser flag

To allow import into already existing databases.
Refs: #2719
This commit is contained in:
Robbe Haesendonck
2023-09-19 16:19:11 +02:00
committed by Sarah Hoffmann
parent 3c32c0354a
commit ba5ec80611
2 changed files with 7 additions and 3 deletions

View File

@@ -87,6 +87,7 @@ class NominatimArgs:
offline: bool
ignore_errors: bool
index_noanalyse: bool
no_superuser: bool
# Arguments to 'index'
boundaries_only: bool