Skip to content

Commit 3be3c80

Browse files
Revert "feat(aci): add WorkflowActionGroupStatus table (#91993)"
This reverts commit 7f0a4df. Co-authored-by: cathteng <70817427+cathteng@users.noreply.github.com>
1 parent 481d8d6 commit 3be3c80

File tree

4 files changed

+1
-99
lines changed

4 files changed

+1
-99
lines changed

migrations_lockfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ tempest: 0001_squashed_0002_make_message_type_nullable
2929

3030
uptime: 0001_squashed_0042_extra_uptime_indexes
3131

32-
workflow_engine: 0066_workflow_action_group_status_table
32+
workflow_engine: 0001_squashed_0065_add_status_to_detector_and_workflow

src/sentry/workflow_engine/migrations/0066_workflow_action_group_status_table.py

Lines changed: 0 additions & 71 deletions
This file was deleted.

src/sentry/workflow_engine/models/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"Workflow",
2020
"WorkflowDataConditionGroup",
2121
"WorkflowFireHistory",
22-
"WorkflowActionGroupStatus",
2322
]
2423

2524
from .action import Action
@@ -38,6 +37,5 @@
3837
from .detector_workflow import DetectorWorkflow
3938
from .incident_groupopenperiod import IncidentGroupOpenPeriod
4039
from .workflow import Workflow
41-
from .workflow_action_group_status import WorkflowActionGroupStatus
4240
from .workflow_data_condition_group import WorkflowDataConditionGroup
4341
from .workflow_fire_history import WorkflowFireHistory

src/sentry/workflow_engine/models/workflow_action_group_status.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)