Skip to content

Commit bf30a32

Browse files
author
WolfBunke
authored
update missing version
1 parent c0fd117 commit bf30a32

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dataprocessing/sql_snippets/ego_dp_versioning_mviews.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ ALTER MATERIALIZED VIEW supply.ego_dp_conv_powerplant_nep2035_mview
4343
DROP MATERIALIZED VIEW IF EXISTS supply.ego_dp_conv_powerplant_ego100_mview CASCADE;
4444
CREATE MATERIALIZED VIEW supply.ego_dp_conv_powerplant_ego100_mview AS
4545
SELECT
46+
version,
4647
preversion,
4748
gid,
4849
bnetza_id,
@@ -134,6 +135,7 @@ CREATE MATERIALIZED VIEW supply.ego_dp_res_powerplant_nep2035_mview AS
134135
Order by id)
135136
AND scenario = 'Status Quo'
136137
And preversion = 'v0.3.0'
138+
AND version = 'v0.3.0'
137139
AND electrical_capacity > 0
138140
ORDER BY id
139141
) as sub

0 commit comments

Comments
 (0)