perf: 修改 account migrate (#10125)

Co-authored-by: feng <1304903146@qq.com>
pull/10127/head
fit2bot 2023-04-03 18:53:37 +08:00 committed by GitHub
parent 9686c66874
commit 3c07667689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = [
('accounts', '0009_account_usernames_to_ids'),
('accounts', '0010_gatheraccountsautomation_is_sync_account'),
]
operations = [