mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-21 04:45:55 +01:00
merge migrations
This commit is contained in:
parent
47851ddd3f
commit
6b7155a849
1 changed files with 13 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue