mirror of
https://github.com/makeplane/plane.git
synced 2026-02-18 04:39:12 -06:00
fix: project identifier length (#1757)
This commit is contained in:
@@ -73,4 +73,9 @@ class Migration(migrations.Migration):
|
||||
name='identifier',
|
||||
field=models.CharField(max_length=12, verbose_name='Project Identifier'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='projectidentifier',
|
||||
name='name',
|
||||
field=models.CharField(max_length=12),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user