Skip to content
Snippets Groups Projects
Commit b00a9447 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Update model

parent b85b8e4d
No related branches found
No related tags found
No related merge requests found
Pipeline #78115 passed with stages
in 6 minutes and 39 seconds
# Generated by Django 3.2.7 on 2022-03-17 20:57
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('api', '0061_auto_20220316_1318'),
]
operations = [
migrations.AlterUniqueTogether(
name='experimentccline',
unique_together={('experiment', 'cc_line_id', 'cc_line_f')},
),
]
# Generated by Django 3.2.7 on 2022-03-17 20:57
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('api', '0062_alter_experimentccline_unique_together'),
]
operations = [
migrations.AlterUniqueTogether(
name='experimentccline',
unique_together={('experiment', 'cc_line_id')},
),
]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment