diff --git a/Weather/Service/Data/Resources/Schema.sql b/Weather/Service/Data/Resources/Schema.sql index 85a76ca..28beb1f 100644 --- a/Weather/Service/Data/Resources/Schema.sql +++ b/Weather/Service/Data/Resources/Schema.sql @@ -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