Skip to content

Commit

Permalink
feat: 提供 Agent 包管理后台基础接口 (closed #1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
ping15 committed Nov 12, 2024
1 parent 0bf679c commit cc349bd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apps/node_man/migrations/0084_merge_20241112_1438.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
class Migration(migrations.Migration):

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

operations = [
]
operations = []

0 comments on commit cc349bd

Please sign in to comment.