fix: project identifier migration (#1755)
This commit is contained in:
parent
f3bd1691ce
commit
11525f26d0
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue