d56a57058bb9addfda7d352026021b865e43731b,app/grandchallenge/cases/migrations/0004_auto_20180822_1521.py,Migration,Migration_1,#,9
Before Change
to="datasets.AnnotationSet",
),
),
migrations.AddField(
model_name="rawimageuploadsession",
name="imageset",
field=models.ForeignKey(
default=None,
null=True,
on_delete=django.db.models.deletion.CASCADE,
to="datasets.ImageSet",
),
),
]
After Change
("cases", "0003_auto_20180821_1045"),
]
operations = []
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: comic/grand-challenge.org
Commit Name: d56a57058bb9addfda7d352026021b865e43731b
Time: 2020-08-31
Author: 12661555+jmsmkn@users.noreply.github.com
File Name: app/grandchallenge/cases/migrations/0004_auto_20180822_1521.py
Class Name: Migration
Method Name: Migration_1
Project Name: AlexsLemonade/refinebio
Commit Name: c892a52a8f3eaba238c19880b10a6a62f5c87e55
Time: 2019-03-07
Author: kurt.wheeler91@gmail.com
File Name: common/data_refinery_common/migrations/0016_auto_20190307_1615.py
Class Name: Migration
Method Name: Migration_1
Project Name: polyaxon/polyaxon
Commit Name: cebf9703ee91134c07ff4d322ff3b0e8fde5a085
Time: 2018-11-15
Author: mouradmourafiq@gmail.com
File Name: polyaxon/db/migrations/0014_add_owner.py
Class Name: Migration
Method Name: Migration_1