20 lines
365 B
Python
20 lines
365 B
Python
# Generated by Django 3.1.3 on 2021-02-05 10:51
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('rapids', '0009_auto_20210205_1046'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='Condition',
|
|
),
|
|
migrations.DeleteModel(
|
|
name='Sign',
|
|
),
|
|
]
|