Skip to content

Commit

Permalink
migration 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dayeonkimm committed Jul 30, 2024
1 parent 50a632a commit 54e1c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion potato_project/stacks/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Migration(migrations.Migration):
),
(
"name",
models.CharField(max_length=20, null=True, verbose_name="스택명"),
models.CharField(max_length=255, null=True, verbose_name="스택명"),
),
],
),
Expand Down

0 comments on commit 54e1c3b

Please sign in to comment.