mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: project identifier migration (#1755)
This commit is contained in:
parent
f3bd1691ce
commit
11525f26d0
@ -67,5 +67,10 @@ class Migration(migrations.Migration):
|
||||
'ordering': ('-created_at',),
|
||||
'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