Skip to content

Commit ddeecc4

Browse files
Akshit MaheshwaryAkshit Maheshwary
authored andcommitted
updated migration numbers
1 parent c57d234 commit ddeecc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api_app/analyzers_manager/migrations/0164_update_capa.py renamed to api_app/analyzers_manager/migrations/0166_update_capa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def migrate(apps, schema_editor):
5858
class Migration(migrations.Migration):
5959

6060
dependencies = [
61-
("analyzers_manager", "0163_analyzer_config_guarddoggeneric"),
61+
("analyzers_manager", "0165_analyzerrulesfileversion"),
6262
]
6363

6464
operations = [migrations.RunPython(migrate, migrations.RunPython.noop)]

api_app/analyzers_manager/migrations/0165_analyzer_config_joesandboxurl.py renamed to api_app/analyzers_manager/migrations/0167_analyzer_config_joesandboxurl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class Migration(migrations.Migration):
186186
atomic = False
187187
dependencies = [
188188
("api_app", "0071_delete_last_elastic_report"),
189-
("analyzers_manager", "0164_analyzer_config_joesandboxfile"),
189+
("analyzers_manager", "0166_update_capa"),
190190
]
191191

192192
operations = [migrations.RunPython(migrate, reverse_migrate)]

0 commit comments

Comments
 (0)