From 0bf679c0b349105f4c99ddbb0067a655a34e9c12 Mon Sep 17 00:00:00 2001 From: gqp <446105468@qq.com> Date: Tue, 12 Nov 2024 14:38:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E4=BE=9B=20Agent=20=E5=8C=85?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0=E5=9F=BA=E7=A1=80=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=20(closed=20#1683)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../migrations/0084_merge_20241112_1438.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/node_man/migrations/0084_merge_20241112_1438.py diff --git a/apps/node_man/migrations/0084_merge_20241112_1438.py b/apps/node_man/migrations/0084_merge_20241112_1438.py new file mode 100644 index 000000000..53cbda699 --- /dev/null +++ b/apps/node_man/migrations/0084_merge_20241112_1438.py @@ -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 = [ + ]