]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Merges the migration branches
authorTrenton Holmes <holmes.trenton@gmail.com>
Wed, 24 Aug 2022 13:43:52 +0000 (06:43 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Wed, 24 Aug 2022 21:24:10 +0000 (14:24 -0700)
src/documents/migrations/1024_merge_20220824_1341.py [new file with mode: 0644]

diff --git a/src/documents/migrations/1024_merge_20220824_1341.py b/src/documents/migrations/1024_merge_20220824_1341.py
new file mode 100644 (file)
index 0000000..4a2b970
--- /dev/null
@@ -0,0 +1,13 @@
+# Generated by Django 4.0.6 on 2022-08-24 13:41
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ("documents", "1023_add_comments"),
+        ("documents", "1023_document_original_filename"),
+    ]
+
+    operations = []