8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-08-19 13:43:40 +00:00

Fix migrations

This commit is contained in:
Hugo LEVY-FALK 2019-01-11 15:30:23 +01:00
parent ebdb45507a
commit 124421e011
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ class Migration(migrations.Migration):
dependencies = [
('cotisations', '0039_documenttemplate'),
('preferences', '0056_4_radiusoption'),
('preferences', '0057_optionaluser_all_users_active'),
]
operations = [

View file

@ -8,7 +8,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('preferences', '0057_cotisationsoption'),
('preferences', '0058_cotisationsoption'),
]
operations = [