diff --git a/fixtures/backup/model_dependencies/detailed.json b/fixtures/backup/model_dependencies/detailed.json index 1e5510745364fc..0e7f4a4902957b 100644 --- a/fixtures/backup/model_dependencies/detailed.json +++ b/fixtures/backup/model_dependencies/detailed.json @@ -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": { diff --git a/fixtures/backup/model_dependencies/flat.json b/fixtures/backup/model_dependencies/flat.json index ff8146ce23f272..68420c438af6ce 100644 --- a/fixtures/backup/model_dependencies/flat.json +++ b/fixtures/backup/model_dependencies/flat.json @@ -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" ], diff --git a/fixtures/backup/model_dependencies/sorted.json b/fixtures/backup/model_dependencies/sorted.json index 84116e0c856f5d..4a91bd1277bc4a 100644 --- a/fixtures/backup/model_dependencies/sorted.json +++ b/fixtures/backup/model_dependencies/sorted.json @@ -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", diff --git a/fixtures/backup/model_dependencies/truncate.json b/fixtures/backup/model_dependencies/truncate.json index c236755389b590..58f536472477b4 100644 --- a/fixtures/backup/model_dependencies/truncate.json +++ b/fixtures/backup/model_dependencies/truncate.json @@ -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",