mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Removed the archive tag, as it wasnt really used anyway.
This commit is contained in:
5
src/documents/migrations/0022_workflow_improvements.py
Normal file → Executable file
5
src/documents/migrations/0022_workflow_improvements.py
Normal file → Executable file
@@ -15,11 +15,6 @@ class Migration(migrations.Migration):
|
||||
name='archive_serial_number',
|
||||
field=models.IntegerField(blank=True, db_index=True, help_text='The position of this document in your physical document archive.', null=True, unique=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='tag',
|
||||
name='is_archived_tag',
|
||||
field=models.BooleanField(default=False, help_text='Marks this tag as an archive tag: All documents tagged with archive tags will never be modified automatically (i.e., modifying tags by matching rules)'),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='tag',
|
||||
name='is_inbox_tag',
|
||||
|
Reference in New Issue
Block a user