fix: 账号迁移文件 (#12059)

Co-authored-by: feng <1304903146@qq.com>
pull/12062/head
fit2bot 2023-11-08 10:33:49 +08:00 committed by GitHub
parent 30683ed859
commit 75bab70ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Migration(migrations.Migration):
dependencies = [ dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL), migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('accounts', '0017_alter_automationexecution_options'), ('accounts', '0018_accountbackupautomation_backup_type_and_more'),
] ]
operations = [ operations = [