mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 09:26:27 +00:00
Fix les migrations.
This commit is contained in:
parent
5b61d8991e
commit
2599a503ac
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import re2o.mixins
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('preferences', '0037_optionaluser_max_mail_alias'),
|
('preferences', '0045_remove_unused_payment_fields'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in a new issue