mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
15 lines
312 B
Python
15 lines
312 B
Python
# Generated by Django 3.1.3 on 2020-11-09 16:36
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("documents", "1000_update_paperless_all"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RunPython(migrations.RunPython.noop, migrations.RunPython.noop)
|
|
]
|