Skip to content
Snippets Groups Projects
Commit 789c93cd authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-671: synced migration order with production db

parent 771c9d3f
No related branches found
No related tags found
1 merge request!715TMSS-671 & TMSS-1135 & TMSS-1332
# Generated by Django 3.0.9 on 2021-11-10 15:50
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('tmssapp', '0015_db_aggregates'),
]
operations = [
migrations.AddField(
model_name='subtask',
name='global_parset_identifier',
field=models.OneToOneField(editable=False, help_text="The global unique identifier of this Subtask's parset for LTA SIP.", null=True, on_delete=django.db.models.deletion.PROTECT, related_name='related_subtask', to='tmssapp.SIPidentifier'),
),
]
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('tmssapp', '0017_populate_subtask_allowed_state_transitions_extra2'),
]
operations = [
migrations.AddField(
model_name='schedulingunitblueprint',
name='global_identifier',
field=models.OneToOneField(editable=False, help_text='The global unique identifier for LTA SIP.', on_delete=django.db.models.deletion.PROTECT, to='tmssapp.SIPidentifier'),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment