Skip to content

Commit dbf52d3

Browse files
author
IlkaCu
authored
owner to oeuser
1 parent edb2fde commit dbf52d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dataprocessing/sql_snippets/ego_dp_powerflow_assignment_generator.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,8 @@ AS
431431
ROW_NUMBER () OVER (ORDER BY aggr_id) as row_number
432432
FROM
433433
w_sub);
434+
435+
ALTER MATERIALIZED VIEW VIEW model_draft.ego_supply_aggr_weather_mview OWNER TO oeuser;
434436

435437
-- scenario log (project,version,io,schema_name,table_name,script_name,comment)
436438
SELECT scenario_log('eGo_DP', 'v0.4.2','output','model_draft','ego_supply_aggr_weather_mview','ego_dp_powerflow_assignment_generator.sql',' ');

0 commit comments

Comments
 (0)