Skip to content

Commit

Permalink
update model dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cathteng committed Jan 8, 2025
1 parent e30d67d commit 3f5fd08
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
30 changes: 29 additions & 1 deletion fixtures/backup/model_dependencies/detailed.json
Original file line number Diff line number Diff line change
Expand Up @@ -6722,5 +6722,33 @@
"condition_group"
]
]
},
"workflow_engine.workflowgroupstatus": {
"dangling": false,
"foreign_keys": {
"group": {
"kind": "FlexibleForeignKey",
"model": "sentry.group",
"nullable": false
},
"workflow": {
"kind": "FlexibleForeignKey",
"model": "workflow_engine.workflow",
"nullable": false
}
},
"model": "workflow_engine.workflowgroupstatus",
"relocation_dependencies": [],
"relocation_scope": "Organization",
"silos": [
"Region"
],
"table_name": "workflow_engine_workflowgroupstatus",
"uniques": [
[
"group",
"workflow"
]
]
}
}
}
6 changes: 5 additions & 1 deletion fixtures/backup/model_dependencies/flat.json
Original file line number Diff line number Diff line change
Expand Up @@ -929,5 +929,9 @@
"workflow_engine.workflowdataconditiongroup": [
"workflow_engine.dataconditiongroup",
"workflow_engine.workflow"
],
"workflow_engine.workflowgroupstatus": [
"sentry.group",
"workflow_engine.workflow"
]
}
}
3 changes: 2 additions & 1 deletion fixtures/backup/model_dependencies/sorted.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
"sentry.apiauthorization",
"sentry.alertrule",
"hybridcloud.apitokenreplica",
"workflow_engine.workflowgroupstatus",
"workflow_engine.workflowdataconditiongroup",
"workflow_engine.detectorworkflow",
"workflow_engine.detectorstate",
Expand Down Expand Up @@ -247,4 +248,4 @@
"sentry.incidentsnapshot",
"sentry.incidentproject",
"sentry.incidentactivity"
]
]
3 changes: 2 additions & 1 deletion fixtures/backup/model_dependencies/truncate.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
"sentry_apiauthorization",
"sentry_alertrule",
"hybridcloud_apitokenreplica",
"workflow_engine_workflowgroupstatus",
"workflow_engine_workflowdataconditiongroup",
"workflow_engine_detectorworkflow",
"workflow_engine_detectorstate",
Expand Down Expand Up @@ -247,4 +248,4 @@
"sentry_incidentsnapshot",
"sentry_incidentproject",
"sentry_incidentactivity"
]
]

0 comments on commit 3f5fd08

Please sign in to comment.