mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
merge migrations
This commit is contained in:
parent
0de1230a1a
commit
1ce19f5444
14
src/paperless_mail/migrations/0013_merge_20220412_1051.py
Normal file
14
src/paperless_mail/migrations/0013_merge_20220412_1051.py
Normal file
@ -0,0 +1,14 @@
|
||||
# Generated by Django 4.0.4 on 2022-04-12 08:51
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('paperless_mail', '0009_alter_mailrule_action_alter_mailrule_folder'),
|
||||
('paperless_mail', '0012_alter_mailrule_assign_tags'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user