bundles/netbox: reindex must be lazy
This commit is contained in:
parent
5c1ff593e1
commit
1dce906b3d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ for upgrade_command in (
|
||||||
'trace_paths --no-input',
|
'trace_paths --no-input',
|
||||||
'collectstatic --no-input',
|
'collectstatic --no-input',
|
||||||
'remove_stale_contenttypes --no-input',
|
'remove_stale_contenttypes --no-input',
|
||||||
'reindex --no-input',
|
'reindex --lazy',
|
||||||
'clearsessions',
|
'clearsessions',
|
||||||
):
|
):
|
||||||
actions[f'netbox_upgrade_{upgrade_command.split()[0]}'] = {
|
actions[f'netbox_upgrade_{upgrade_command.split()[0]}'] = {
|
||||||
|
|
Loading…
Reference in a new issue