Skip to content

Commit 3c81652

Browse files
committed
Temp commit to break pipeline
- commented out the federation fix function patch_subscription_query
1 parent 4778743 commit 3c81652

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/netbox/patch_federation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def main():
5757
raise Exception(f"Netbox root {NETBOX_ROOT} not found")
5858

5959
patch_types()
60-
patch_subscription_query()
60+
# patch_subscription_query()
6161

6262

6363
if __name__ == '__main__':

migrations/versions/schema/2025-09-30_a87d11eb8dd1_add_nsistp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from orchestrator.targets import Target
1414

1515
# revision identifiers, used by Alembic.
16-
revision = "a87d11eb8dd1"
16+
revision = "a87d11eb8dd5"
1717
down_revision = "0e8d17ce0f06"
1818
branch_labels = None
1919
depends_on = None

0 commit comments

Comments
 (0)