Skip to content

Commit

Permalink
Update the fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
saponifi3d committed Sep 18, 2024
1 parent 7eccf28 commit 1aa4e69
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 0 deletions.
63 changes: 63 additions & 0 deletions fixtures/backup/model_dependencies/detailed.json
Original file line number Diff line number Diff line change
Expand Up @@ -6203,6 +6203,69 @@
]
]
},
"workflow_engine.datacondition": {
"dangling": true,
"foreign_keys": {},
"model": "workflow_engine.datacondition",
"relocation_dependencies": [],
"relocation_scope": "Organization",
"silos": [
"Region"
],
"table_name": "workflow_engine_datacondition",
"uniques": []
},
"workflow_engine.dataconditiondataconditiongroup": {
"dangling": true,
"foreign_keys": {
"data_condition": {
"kind": "DefaultForeignKey",
"model": "workflow_engine.datacondition",
"nullable": false
},
"data_condition_group": {
"kind": "DefaultForeignKey",
"model": "workflow_engine.dataconditiongroup",
"nullable": false
}
},
"model": "workflow_engine.dataconditiondataconditiongroup",
"relocation_dependencies": [],
"relocation_scope": "Organization",
"silos": [
"Region"
],
"table_name": "workflow_engine_dataconditiondataconditiongroup",
"uniques": [
[
"data_condition",
"data_condition_group"
]
]
},
"workflow_engine.dataconditiongroup": {
"dangling": true,
"foreign_keys": {
"detector": {
"kind": "DefaultForeignKey",
"model": "workflow_engine.detector",
"nullable": true
},
"workflow_action": {
"kind": "DefaultForeignKey",
"model": "workflow_engine.workflowaction",
"nullable": true
}
},
"model": "workflow_engine.dataconditiongroup",
"relocation_dependencies": [],
"relocation_scope": "Organization",
"silos": [
"Region"
],
"table_name": "workflow_engine_dataconditiongroup",
"uniques": []
},
"workflow_engine.datasource": {
"dangling": false,
"foreign_keys": {
Expand Down
9 changes: 9 additions & 0 deletions fixtures/backup/model_dependencies/flat.json
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,15 @@
"uptime.uptimesubscription"
],
"uptime.uptimesubscription": [],
"workflow_engine.datacondition": [],
"workflow_engine.dataconditiondataconditiongroup": [
"workflow_engine.datacondition",
"workflow_engine.dataconditiongroup"
],
"workflow_engine.dataconditiongroup": [
"workflow_engine.detector",
"workflow_engine.workflowaction"
],
"workflow_engine.datasource": [
"sentry.organization"
],
Expand Down
3 changes: 3 additions & 0 deletions fixtures/backup/model_dependencies/sorted.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,14 @@
"sentry.userroleuser",
"social_auth.usersocialauth",
"uptime.uptimesubscription",
"workflow_engine.datacondition",
"workflow_engine.datasource",
"workflow_engine.detector",
"workflow_engine.workflow",
"workflow_engine.workflowaction",
"workflow_engine.datasourcedetector",
"workflow_engine.dataconditiongroup",
"workflow_engine.dataconditiondataconditiongroup",
"sentry.savedsearch",
"sentry.relocation",
"sentry.recentsearch",
Expand Down
3 changes: 3 additions & 0 deletions fixtures/backup/model_dependencies/truncate.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,14 @@
"sentry_userrole_users",
"social_auth_usersocialauth",
"uptime_uptimesubscription",
"workflow_engine_datacondition",
"workflow_engine_datasource",
"workflow_engine_detector",
"workflow_engine_workflow",
"workflow_engine_workflowaction",
"workflow_engine_datasourcedetector",
"workflow_engine_dataconditiongroup",
"workflow_engine_dataconditiondataconditiongroup",
"sentry_savedsearch",
"sentry_relocation",
"sentry_recentsearch",
Expand Down

0 comments on commit 1aa4e69

Please sign in to comment.