5a7befe41ba05a5cd43a2154170cecefac41cf50,common/data_refinery_common/migrations/0039_auto_20190925_1338.py,Migration,Migration_1,#,8

Before Change


        ("data_refinery_common", "0038_paginate_default_svd_algorithm"),
    ]

    operations = [
        migrations.AlterField(
            model_name="computedfile",
            name="svd_algorithm",
            field=models.CharField(choices=[("NONE", "None"), ("RANDOMIZED", "randomized"), ("ARPACK", "arpack")], default="NONE", help_text="The SVD algorithm that was used to generate the file.", max_length=255),
        ),
        migrations.AlterField(
            model_name="dataset",

After Change


        ("data_refinery_common", "0038_paginate_default_svd_algorithm"),
    ]

    operations = [
        migrations.RemoveIndex(
            model_name="computedfile",
            name="computed_fi_filenam_64958d_idx",
        ),
    ]
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: AlexsLemonade/refinebio
Commit Name: 5a7befe41ba05a5cd43a2154170cecefac41cf50
Time: 2019-09-25
Author: kurt.wheeler91@gmail.com
File Name: common/data_refinery_common/migrations/0039_auto_20190925_1338.py
Class Name: Migration
Method Name: Migration_1


Project Name: AlexsLemonade/refinebio
Commit Name: 780199aea984b052fcea9dc5ed5d341f784ca785
Time: 2019-11-14
Author: arielsvn@gmail.com
File Name: common/data_refinery_common/migrations/0043_processorjob_abort.py
Class Name: Migration
Method Name: Migration_1


Project Name: AlexsLemonade/refinebio
Commit Name: 9a6571646c6361a1308346d64244da22076149c7
Time: 2019-12-13
Author: arielsvn@gmail.com
File Name: common/data_refinery_common/migrations/0048_processorjob_abort.py
Class Name: Migration
Method Name: Migration_1