File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/resources/edu/ie3/datamodel/io/sink/_sql Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,13 +99,13 @@ CREATE TABLE public.time_series_weather
9999 direction DOUBLE PRECISION ,
100100 temperature DOUBLE PRECISION ,
101101 velocity DOUBLE PRECISION ,
102- ground_temperature_value_one DOUBLE PRECISION ,
103- ground_temperature_value_two DOUBLE PRECISION ,
102+ ground_temperature_level_1 DOUBLE PRECISION ,
103+ ground_temperature_level_2 DOUBLE PRECISION ,
104104 grid_uuid UUID NOT NULL REFERENCES grids(uuid)
105105)
106106 WITHOUT OIDS
107107 TABLESPACE pg_default;
108108
109109CREATE INDEX time_series_weather_series_id ON time_series_weather USING hash (time_series);
110110
111- CREATE UNIQUE INDEX time_series_weather_series_time ON time_series_weather USING btree (time_series, time );
111+ CREATE UNIQUE INDEX time_series_weather_series_time ON time_series_weather USING btree (time_series, time );
You can’t perform that action at this time.
0 commit comments