Skip to content

Commit ad01e5f

Browse files
add new parameters to input_entities.sql
1 parent 996b85b commit ad01e5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/resources/edu/ie3/datamodel/io/sink/_sql/input_entities.sql

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ CREATE TABLE public.cylindrical_storage_input
8989
return_temp double precision NOT NULL,
9090
storage_volume_lvl double precision NOT NULL,
9191
thermal_bus uuid NOT NULL,
92+
p_thermal_max DOUBLE PRECISION NOT NULL,
9293
grid_uuid uuid NOT NULL
9394
)
9495
WITHOUT OIDS
@@ -107,6 +108,8 @@ CREATE TABLE public.thermal_house_input
107108
target_temperature DOUBLE PRECISION NOT NULL,
108109
thermal_bus UUID NOT NULL,
109110
upper_temperature_limit DOUBLE PRECISION NOT NULL,
111+
housing_type TEXT NOT NULL,
112+
number_of_inhabitants TEXT NOT NULL,
110113
grid_uuid UUID NOT NULL REFERENCES grids(uuid)
111114
)
112115
WITHOUT OIDS

0 commit comments

Comments
 (0)