Skip to content

Commit

Permalink
"#51 Revert modiying the initial migration file"
Browse files Browse the repository at this point in the history
This reverts commit 27aaa5c.
  • Loading branch information
aanersc committed Oct 12, 2020
1 parent 1a6a3b2 commit 1ed2cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geospaas/catalog/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='dataset',
name='parameters',
field=models.ManyToManyField(to='vocabularies.Parameter'),
field=models.ManyToManyField(through='catalog.DatasetParameter', to='vocabularies.Parameter'),
),
migrations.AddField(
model_name='dataset',
Expand Down

0 comments on commit 1ed2cb8

Please sign in to comment.