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

pull/11221/head
Bai 1 year ago committed by Bryan
parent e891283925
commit a297355a0d

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