mirror of
https://github.com/makeplane/plane.git
synced 2026-02-16 11:49:03 -06:00
fix: project identifier migration (#1755)
This commit is contained in:
@@ -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'),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user