mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
remove my auto generated migration file
This commit is contained in:
parent
633d2b376f
commit
0b9c4f9963
1 changed files with 0 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
# Generated by Django 2.1 on 2018-08-24 20:18
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('reminders', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='reminder',
|
||||
name='document',
|
||||
field=models.ForeignKey(on_delete=django.db.models.deletion.DO_NOTHING, to='documents.Document'),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue