remove wrong migration
This commit is contained in:
parent
56501d76f2
commit
370f9cc7ce
|
|
@ -1,18 +0,0 @@
|
|||
# Generated by Django 2.2.7 on 2019-12-11 14:24
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('gallery', '0006_merge_20191027_1758'),
|
||||
('news', '0040_remove_news_slug'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterUniqueTogether(
|
||||
name='newsgallery',
|
||||
unique_together={('news', 'image'),},
|
||||
),
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user