fix: 修复 accounts 迁移文件编号冲突

This commit is contained in:
Bai
2023-08-08 11:34:25 +08:00
committed by Bryan
parent e891283925
commit a297355a0d

View File

@@ -7,7 +7,7 @@ import uuid
class Migration(migrations.Migration):
dependencies = [
('accounts', '0012_auto_20230621_1456'),
('accounts', '0013_account_backup_recipients'),
]
operations = [