Skip to content

Commit d0e94f9

Browse files
added a new migration file
1 parent 7fb4c5d commit d0e94f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sde_collections/migrations/0056_alter_collection_workflow_status_and_more.py renamed to sde_collections/migrations/0057_alter_collection_workflow_status_and_more.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Generated by Django 4.2.9 on 2024-06-18 15:53
1+
# Generated by Django 4.2.9 on 2024-07-31 14:23
22

33
from django.db import migrations, models
44

55

66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
("sde_collections", "0055_alter_workflowhistory_old_status_and_more"),
9+
("sde_collections", "0056_alter_candidateurl_document_type_and_more"),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)