Skip to content

Commit

Permalink
Add bytes to the status field for longer descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Oct 30, 2023
1 parent 12e0337 commit dfe67b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/api/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class Migration(migrations.Migration):
("ERROR", "Error"),
],
default="INITIALIZING",
max_length=10,
max_length=13,
),
),
("ray_job_id", models.CharField(blank=True, max_length=255, null=True)),
Expand Down

0 comments on commit dfe67b2

Please sign in to comment.