Skip to content
Snippets Groups Projects
Commit 1ec52afd authored by Roang's avatar Roang
Browse files

Merge branch 'fix/migrations' into 'develop'

Fix migrations for user

See merge request hub/hub!1011
parents de0719f7 b32fdd57
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ from django.db import migrations, models ...@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
("core", "0151_conference_publication_date"), ("core", "0153_alter_conferencemember_options"),
] ]
operations = [ operations = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment