Skip to content

Commit 8e5afb1

Browse files
author
IlkaCu
authored
owner to oeuser
1 parent 8f1f9ff commit 8e5afb1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dataprocessing/sql_snippets/ego_pp_nep2035_grid_variations.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ __author__ = "ClaraBuettner, IlkaCu"
1515

1616
DROP TABLE IF EXISTS model_draft.ego_grid_pf_hv_extension_temp_resolution;
1717
CREATE TABLE model_draft.ego_grid_pf_hv_extension_temp_resolution AS (SELECT * FROM model_draft.ego_grid_pf_hv_temp_resolution);
18+
ALTER TABLE model_draft.ego_grid_pf_hv_extension_temp_resolution
19+
OWNER TO oeuser;
1820

1921
DROP TABLE IF EXISTS model_draft.ego_grid_pf_hv_extension_source ;
2022
CREATE TABLE model_draft.ego_grid_pf_hv_extension_source AS (SELECT * FROM model_draft.ego_grid_pf_hv_source);

0 commit comments

Comments
 (0)