diff --git a/contrib/dblog/db_create_postgresql.sql b/contrib/dblog/db_create_postgresql.sql index abc348621..26833b525 100644 --- a/contrib/dblog/db_create_postgresql.sql +++ b/contrib/dblog/db_create_postgresql.sql @@ -69,7 +69,7 @@ ALTER TABLE fhem.history OWNER TO fhem; -- Name: reading; Type: INDEX; Schema: fhem; Owner: fhem; Tablespace: -- -CREATE INDEX "Search_Idx" ON history USING btree (device, reading, "timestamp") +CREATE INDEX "Search_Idx" ON history USING btree (device, reading, "timestamp"); -- -- PostgreSQL database dump complete