mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Merges the migration branches
This commit is contained in:
parent
0f4b118b61
commit
d39b4ae8cb
13
src/documents/migrations/1024_merge_20220824_1341.py
Normal file
13
src/documents/migrations/1024_merge_20220824_1341.py
Normal file
@ -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 = []
|
Loading…
x
Reference in New Issue
Block a user