17 lines
308 B
Python
17 lines
308 B
Python
# Generated by Django 2.2.6 on 2020-03-27 15:55
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('srgcat', '0024_remove_erositamatch_source'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='eRositaMatch',
|
|
),
|
|
]
|