feat: update migrations

pull/14654/head
Aaron3S 2024-12-13 12:40:06 +08:00
parent d1ea31c9a4
commit 0dd015bcba
1 changed files with 1 additions and 1 deletions

View File

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