Skip to content

Commit d88b951

Browse files
author
IlkaCu
authored
adapt versioning ego_renewable_feedin
1 parent 8df2c40 commit d88b951

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dataprocessing/sql_snippets/ego_dp_versioning.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,9 +579,9 @@ SELECT scenario_log('eGo_DP','v0.4.0','result','grid','ego_line_expansion_costs'
579579
-- renewable time series
580580
INSERT INTO supply.ego_renewable_feedin
581581
SELECT 'v0.4.0',
582-
*
582+
weather_scenario_id, w_id, source, weather_year, feedin, power_class
583583
FROM model_draft.ego_renewable_feedin;
584-
584+
585585
-- scenario log (project,version,io,schema_name,table_name,script_name,comment)
586586
SELECT scenario_log('eGo_DP','v0.4.0','result','supply','ego_renewable_feedin','ego_dp_versioning.sql','versioning');
587587

0 commit comments

Comments
 (0)