changes
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,37 @@
|
|||||||
|
# Generated by Django 5.1.7 on 2026-03-19 05:05
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('app', '0002_alter_dealer_rights_unique_together_and_more'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterUniqueTogether(
|
||||||
|
name='stepaction',
|
||||||
|
unique_together=None,
|
||||||
|
),
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name='stepaction',
|
||||||
|
name='workflow',
|
||||||
|
),
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name='workflow',
|
||||||
|
name='initial_step',
|
||||||
|
),
|
||||||
|
migrations.DeleteModel(
|
||||||
|
name='Rule',
|
||||||
|
),
|
||||||
|
migrations.DeleteModel(
|
||||||
|
name='Utility',
|
||||||
|
),
|
||||||
|
migrations.DeleteModel(
|
||||||
|
name='StepAction',
|
||||||
|
),
|
||||||
|
migrations.DeleteModel(
|
||||||
|
name='Workflow',
|
||||||
|
),
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user