From 54e1c3bea710559da7a149ab6c480341ed390349 Mon Sep 17 00:00:00 2001 From: dayeonkimm Date: Tue, 30 Jul 2024 12:25:17 +0900 Subject: [PATCH] =?UTF-8?q?migration=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- potato_project/stacks/migrations/0001_initial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/potato_project/stacks/migrations/0001_initial.py b/potato_project/stacks/migrations/0001_initial.py index 96ba470..c78aa8c 100644 --- a/potato_project/stacks/migrations/0001_initial.py +++ b/potato_project/stacks/migrations/0001_initial.py @@ -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="스택명"), ), ], ),