diff --git a/src/ert/config/gen_data_config.py b/src/ert/config/gen_data_config.py index 9290d9cf22c..c9c4f39b277 100644 --- a/src/ert/config/gen_data_config.py +++ b/src/ert/config/gen_data_config.py @@ -177,7 +177,7 @@ def response_type(self) -> str: @property def primary_key(self) -> List[str]: - return ["index", "report_step"] + return ["report_step", "index"] responses_index.add_response_type(GenDataConfig)