Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CREATE TABLE model_draft.ego_supply_pf_storage_single
p_nom_extendable boolean DEFAULT false, -- Unit: n/a...
p_nom_min double precision DEFAULT 0, -- Unit: MW...
p_nom_max double precision, -- Unit: MW...
p_min_pu_fixed double precision DEFAULT 0, -- Unit: per unit...
p_min_pu_fixed double precision DEFAULT -1, -- Unit: per unit...
p_max_pu_fixed double precision DEFAULT 1, -- Unit: per unit...
sign double precision DEFAULT 1, -- Unit: n/a...
source bigint, -- Unit: n/a...
Expand Down