Skip to content

Commit

Permalink
feat: 提供 Agent 包管理后台基础接口 (closed TencentBlueKing#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
ping15 committed Nov 12, 2024
1 parent 43d5fa4 commit 0bf679c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/node_man/migrations/0084_merge_20241112_1438.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.2.4 on 2024-11-12 06:38

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('node_man', '0083_merge_20240911_1050'),
('node_man', '0083_subscription_operate_info'),
]

operations = [
]

0 comments on commit 0bf679c

Please sign in to comment.