mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-21 10:29:29 -05:00
14 lines
312 B
Python
14 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),
|
|
]
|