SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 9d810431 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Solve problem by reordering auto-generated operations

parent 9e6bbce4
No related branches found
No related tags found
No related merge requests found
...@@ -17,12 +17,12 @@ class Migration(migrations.Migration): ...@@ -17,12 +17,12 @@ class Migration(migrations.Migration):
model_name='publicationauthorstable', model_name='publicationauthorstable',
name='affiliations', name='affiliations',
), ),
migrations.RemoveField(
model_name='orgpubfraction',
name='organization',
),
migrations.AlterUniqueTogether( migrations.AlterUniqueTogether(
name='orgpubfraction', name='orgpubfraction',
unique_together=set([('org', 'publication')]), unique_together=set([('org', 'publication')]),
), ),
migrations.RemoveField(
model_name='orgpubfraction',
name='organization',
),
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment