forked from github/plane
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',),
|
'ordering': ('-created_at',),
|
||||||
'unique_together': {('comment', 'actor', 'reaction')},
|
'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