mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-17 02:51:39 -05:00
See if we can update timescale this way
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
|
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
|
||||||
|
|
||||||
|
ALTER EXTENSION timescaledb UPDATE;
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS weather_reading
|
CREATE TABLE IF NOT EXISTS weather_reading
|
||||||
(
|
(
|
||||||
timestamp timestamptz NOT NULL
|
timestamp timestamptz NOT NULL
|
||||||
|
|||||||
Reference in New Issue
Block a user