start removing tagulous
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Generated by Django 4.1.4 on 2023-04-03 09:04
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('longs', '0065_remove_long_condition_remove_long_sign'),
|
||||
('generic', '0049_auto_20230116_1119'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='Condition',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='Sign',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user