Skip to content

Commit

Permalink
Update 0001_squashed_0014_auto_20240522_1731.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-intuitem committed Jun 10, 2024
1 parent 3849bb0 commit 5ab5fd0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,12 @@ def adapt_libraries(apps, schema_editor):


import time


def sleep_test(apps, schema_editor):
time.sleep(5)


def fix_urns_for_enisa_5g_scm(apps, schema_editor):
enisa_5g_scm_stored_library = StoredLibrary.objects.filter(
urn="urn:intuitem:risk:library:enisa-5g-scm-v1.3"
Expand Down Expand Up @@ -176,7 +179,6 @@ class Migration(migrations.Migration):
migrations.RunPython(
code=sleep_test,
),

migrations.CreateModel(
name="Asset",
fields=[
Expand Down

0 comments on commit 5ab5fd0

Please sign in to comment.