api/anomaly/migrations/0010_runstatus_logs.py
Similar blocks of code found in 4 locations. Consider refactoring.# Generated by Django 3.2.1 on 2021-07-16 08:45Similar 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', '0009_runstatus'),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='runstatus',Similar blocks of code found in 4 locations. Consider refactoring. name='logs',Similar blocks of code found in 4 locations. Consider refactoring. field=models.JSONField(default=dict),Similar blocks of code found in 4 locations. Consider refactoring. ),Similar blocks of code found in 4 locations. Consider refactoring. ]