From fc0a23280874e372ca0907b653b507dcff33bec7 Mon Sep 17 00:00:00 2001 From: IluaAir Date: Mon, 6 Oct 2025 17:59:59 +0300 Subject: [PATCH] add script order --- add_tenant_with_prefix.py | 3 +++ 1 file changed, 3 insertions(+) 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)