initial commit
This commit is contained in:
17
apps/project/migrations/0005_remove_casestep_status.py
Normal file
17
apps/project/migrations/0005_remove_casestep_status.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.2.15 on 2024-09-04 17:40
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('project', '0004_project_secret'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='casestep',
|
||||
name='status',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user