Skip to content

Commit

Permalink
fix(makemigrations --merge): python manage.py makemigrations --merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Oo-RR-oO committed Jul 25, 2020
1 parent e73de3f commit d7983df
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 @@ -28,7 +28,7 @@ class Migration(migrations.Migration):

dependencies = [
('sites', '0002_alter_domain_unique'),
('oneid_meta', '0075_auto_20200612_1042'),
('oneid_meta', '0076_aliyunssorole'),
]

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

dependencies = [
('oneid_meta', '0076_pwdconfig'),
('oneid_meta', '0077_pwdconfig'),
]

operations = [
Expand Down

0 comments on commit d7983df

Please sign in to comment.