api/anomaly/migrations/0018_rootcauseanalysis_taskids.py
Similar blocks of code found in 4 locations. Consider refactoring.# Generated by Django 3.2.5 on 2021-08-18 23:47Similar blocks of code found in 4 locations. Consider refactoring. Similar blocks of code found in 4 locations. Consider refactoring.from django.db import migrations, modelsSimilar blocks of code found in 4 locations. Consider refactoring. Similar blocks of code found in 4 locations. Consider refactoring. Similar blocks of code found in 4 locations. Consider refactoring.class Migration(migrations.Migration):Similar blocks of code found in 4 locations. Consider refactoring. Similar blocks of code found in 4 locations. Consider refactoring. dependencies = [Similar blocks of code found in 4 locations. Consider refactoring. ('anomaly', '0017_merge_20210810_0524'),Similar blocks of code found in 4 locations. Consider refactoring. ]Similar blocks of code found in 4 locations. Consider refactoring. Similar blocks of code found in 4 locations. Consider refactoring. operations = [Similar blocks of code found in 4 locations. Consider refactoring. migrations.AddField(Similar blocks of code found in 4 locations. Consider refactoring. model_name='rootcauseanalysis',Similar blocks of code found in 4 locations. Consider refactoring. name='taskIds',Similar blocks of code found in 4 locations. Consider refactoring. field=models.JSONField(default=list),Similar blocks of code found in 4 locations. Consider refactoring. ),Similar blocks of code found in 4 locations. Consider refactoring. ]