Remove erroneous migrations
This commit is contained in:
@@ -9,7 +9,7 @@ import document_signatures.models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('documents', '0002_auto_20150330_0925'),
|
||||
('documents', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import models, migrations
|
||||
import storage.backends.filebasedstorage
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('documents', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='document',
|
||||
name='uuid',
|
||||
field=models.CharField(default='86da1aac-f75b-418b-987c-cfcdd370355b', max_length=48, editable=False),
|
||||
preserve_default=True,
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='documentversion',
|
||||
name='file',
|
||||
field=models.FileField(upload_to='7e2f3d5f-f691-418a-a30c-f291f7ab9904', storage=storage.backends.filebasedstorage.FileBasedStorage(), verbose_name='File'),
|
||||
preserve_default=True,
|
||||
),
|
||||
]
|
||||
@@ -1,27 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import models, migrations
|
||||
import storage.backends.filebasedstorage
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('documents', '0002_auto_20150330_0925'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='document',
|
||||
name='uuid',
|
||||
field=models.CharField(default='cc4f2ad1-a27b-4e7e-8942-adafadb345f8', max_length=48, editable=False),
|
||||
preserve_default=True,
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='documentversion',
|
||||
name='file',
|
||||
field=models.FileField(upload_to='704291c2-4b80-46c9-96fc-8b17825232f1', storage=storage.backends.filebasedstorage.FileBasedStorage(), verbose_name='File'),
|
||||
preserve_default=True,
|
||||
),
|
||||
]
|
||||
@@ -8,7 +8,7 @@ import sources.models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('documents', '0003_auto_20150330_0927'),
|
||||
('documents', '0001_initial'),
|
||||
('contenttypes', '0001_initial'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user