forked from github/plane
fix: project identifier migration (#1755)
This commit is contained in:
parent
f3bd1691ce
commit
11525f26d0
@ -68,4 +68,9 @@ class Migration(migrations.Migration):
|
||||
'unique_together': {('comment', 'actor', 'reaction')},
|
||||
},
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='project',
|
||||
name='identifier',
|
||||
field=models.CharField(max_length=12, verbose_name='Project Identifier'),
|
||||
),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user