mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-04 17:06:27 +00:00
fix migrations
This commit is contained in:
parent
d323ed5937
commit
1fcf90b698
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('cotisations', '0039_documenttemplate'),
|
('cotisations', '0039_documenttemplate'),
|
||||||
('preferences', '0057_optionaluser_all_users_active'),
|
('preferences', '0058_auto_20190108_1650'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
|
@ -8,7 +8,7 @@ from django.db import migrations, models
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('preferences', '0058_cotisationsoption'),
|
('preferences', '0059_cotisationsoption'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in a new issue