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
47851ddd3f
commit
6b7155a849
13
src/paperless_mail/migrations/0015_merge_20220429_2356.py
Normal file
13
src/paperless_mail/migrations/0015_merge_20220429_2356.py
Normal file
@ -0,0 +1,13 @@
|
||||
# Generated by Django 4.0.4 on 2022-04-29 21:56
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("paperless_mail", "0011_alter_mailrule_action"),
|
||||
("paperless_mail", "0014_alter_mailrule_action"),
|
||||
]
|
||||
|
||||
operations = []
|
Loading…
x
Reference in New Issue
Block a user