Skip to content

Commit f06c049

Browse files
Akshit MaheshwaryAkshit Maheshwary
authored andcommitted
updated migration numbers
1 parent f4bc110 commit f06c049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

3333
dependencies = [
34-
("analyzers_manager", "0160_update_greedybear"),
34+
("analyzers_manager", "0163_analyzer_config_guarddoggeneric"),
3535
]
3636

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

0 commit comments

Comments
 (0)