Skip to content
Snippets Groups Projects

implements GRAPHQL Dataset and Datafile mutations

Merged Jean-Philippe Laverdure requested to merge 159-create-a-dataset-programmatically into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('portal', '0027_auto_20210311_1422'),
('portal', '0028_profile_update_timestamp'),
]
operations = [
Loading