Skip to content

Commit

Permalink
fix: 🐛 修复migrations冲突 (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
luolu-lg committed Nov 11, 2022
1 parent ad9ce76 commit c41e25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('core', '0032_expiringtoken_active_date'),
('core', '0033_alter_appgroup_apps_alter_tenant_users_and_more'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('core', '0033_privateapp'),
('core', '0034_privateapp'),
]

operations = [
Expand Down

0 comments on commit c41e25c

Please sign in to comment.