Skip to content

Commit

Permalink
#51 modiying the initial migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
aanersc committed Oct 12, 2020
1 parent 48f0e2d commit 03535b5
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(through='catalog.DatasetParameter', to='vocabularies.Parameter'),
field=models.ManyToManyField(to='vocabularies.Parameter'),
),
migrations.AddField(
model_name='dataset',
Expand Down

0 comments on commit 03535b5

Please sign in to comment.