diff --git a/add_tenant_with_prefix.py b/add_tenant_with_prefix.py index f616be8..7eda0d5 100644 --- a/add_tenant_with_prefix.py +++ b/add_tenant_with_prefix.py @@ -319,3 +319,6 @@ class CreateDevice(Script): def run(self, data, commit): pass + + +script_order = (CreateTenant, CreateDevice)