mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 02:57:09 +01:00
bugfixes
This commit is contained in:
parent
b45630080b
commit
7b1145c75e
3 changed files with 8 additions and 6 deletions
|
|
@ -60,7 +60,7 @@ class Migration(migrations.Migration):
|
|||
migrations.AddField(
|
||||
model_name='tag',
|
||||
name='color',
|
||||
field=models.CharField(blank=True, max_length=7, verbose_name='color'),
|
||||
field=models.CharField(default='#a6cee3', max_length=7, verbose_name='color'),
|
||||
),
|
||||
migrations.RunPython(forward, reverse),
|
||||
migrations.RemoveField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue