Skip to content

Commit

Permalink
GENERATED - Fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
saponifi3d committed Sep 27, 2024
1 parent 06fb371 commit 0e4fd14
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions fixtures/backup/model_dependencies/detailed.json
Original file line number Diff line number Diff line change
Expand Up @@ -6376,6 +6376,24 @@
]
]
},
"workflow_engine.detectorstate": {
"dangling": false,
"foreign_keys": {
"detector": {
"kind": "FlexibleForeignKey",
"model": "workflow_engine.detector",
"nullable": false
}
},
"model": "workflow_engine.detectorstate",
"relocation_dependencies": [],
"relocation_scope": "Organization",
"silos": [
"Region"
],
"table_name": "workflow_engine_detectorstate",
"uniques": []
},
"workflow_engine.detectorworkflow": {
"dangling": false,
"foreign_keys": {
Expand Down
3 changes: 3 additions & 0 deletions fixtures/backup/model_dependencies/flat.json
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,9 @@
"sentry.user",
"workflow_engine.dataconditiongroup"
],
"workflow_engine.detectorstate": [
"workflow_engine.detector"
],
"workflow_engine.detectorworkflow": [
"workflow_engine.detector",
"workflow_engine.workflow"
Expand Down
1 change: 1 addition & 0 deletions fixtures/backup/model_dependencies/sorted.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"workflow_engine.dataconditiongroupaction",
"workflow_engine.datasource",
"workflow_engine.detector",
"workflow_engine.detectorstate",
"workflow_engine.workflow",
"workflow_engine.workflowaction",
"workflow_engine.workflowdataconditiongroup",
Expand Down
1 change: 1 addition & 0 deletions fixtures/backup/model_dependencies/truncate.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"workflow_engine_dataconditiongroupaction",
"workflow_engine_datasource",
"workflow_engine_detector",
"workflow_engine_detectorstate",
"workflow_engine_workflow",
"workflow_engine_workflowaction",
"workflow_engine_workflowdataconditiongroup",
Expand Down

0 comments on commit 0e4fd14

Please sign in to comment.