mirror of
https://github.com/fhem/fhem-mirror.git
synced 2024-11-22 09:49:50 +00:00
db_create_postgresql.sql: typo fixed
git-svn-id: https://svn.fhem.de/fhem/trunk@20063 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4b9c2a3010
commit
eb6e80827a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user