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