Named volume for db, --update-models arg

This commit is contained in:
Piero Toffanin 2022-12-20 11:13:56 -05:00
parent 5285697203
commit 959f4638cc
6 changed files with 20 additions and 18 deletions

View file

@ -156,6 +156,11 @@ _default_options_objects = [
'default_value': False,
'value_type': 'bool'
},
{
'name': 'UPDATE_MODELS',
'default_value': False,
'value_type': 'bool'
},
]