Fix migration history
This commit is contained in:
parent
03a0c58869
commit
e39f88991e
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ from django.db import migrations, models
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('kfet', '0060_amend_supplier'),
|
('kfet', '0061_add_perms_config'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|
|
@ -89,7 +89,7 @@ class Migration(migrations.Migration):
|
||||||
Data migration which performs permissions cleaning.
|
Data migration which performs permissions cleaning.
|
||||||
"""
|
"""
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('kfet', '0061_change_models_opts'),
|
('kfet', '0062_change_models_opts'),
|
||||||
('auth', '0006_require_contenttypes_0002'),
|
('auth', '0006_require_contenttypes_0002'),
|
||||||
('contenttypes', '0002_remove_content_type_name'),
|
('contenttypes', '0002_remove_content_type_name'),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue