fix: migrations files modify

This commit is contained in:
Bai
2025-02-24 11:22:19 +08:00
committed by 老广
parent 1282fffff7
commit e33aeaa338
16 changed files with 16 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('authentication', '0003_sshkey'),
('authentication', '0005_connectiontoken_face_monitor_token'),
]
operations = [