paperless-ngx/src/paperless_mail/migrations/0002_auto_20201117_1334.py
2023-04-26 09:35:27 -07:00

13 lines
321 B
Python

# Generated by Django 3.1.3 on 2020-11-17 13:34
from django.db import migrations
from django.db.migrations import RunPython
class Migration(migrations.Migration):
dependencies = [
("paperless_mail", "0001_initial"),
]
operations = [RunPython(migrations.RunPython.noop, migrations.RunPython.noop)]