See if we can update timescale this way

This commit is contained in:
2019-07-26 12:44:14 -04:00
parent 967ec80194
commit 01cf727b63

View File

@@ -1,5 +1,7 @@
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
ALTER EXTENSION timescaledb UPDATE;
CREATE TABLE IF NOT EXISTS weather_reading
(
timestamp timestamptz NOT NULL