This commit is contained in:
2019-07-26 12:50:53 -04:00
parent 01cf727b63
commit ccfc5ed2f5

View File

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