bundles/netbox: reindex must be lazy

This commit is contained in:
Franzi 2024-05-12 19:46:07 +02:00
parent 5c1ff593e1
commit 1dce906b3d
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -65,7 +65,7 @@ for upgrade_command in (
'trace_paths --no-input',
'collectstatic --no-input',
'remove_stale_contenttypes --no-input',
'reindex --no-input',
'reindex --lazy',
'clearsessions',
):
actions[f'netbox_upgrade_{upgrade_command.split()[0]}'] = {