Skip to content

Commit

Permalink
add migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Sep 8, 2024
1 parent 970f8cc commit 5dfc991
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.0.6 on 2024-07-02 08:25
# Generated by Django 5.1.1 on 2024-09-08 00:40

from django.db import migrations, models

Expand All @@ -22,6 +22,9 @@ class Migration(migrations.Migration):
("PENDING", "Pending"),
("ERROR", "Error"),
("DELETED", "Deleted"),
("TRANSFERRED", "Transferred"),
("NO_STARTED", "No started"),
("TRANSFERRING", "Transferring"),
("CANCELLED", "Cancelled"),
],
default="PENDING",
Expand Down

0 comments on commit 5dfc991

Please sign in to comment.