Removed time zone from dateTime in db

This commit is contained in:
Guntis Smaukstelis
2023-12-18 16:19:27 +02:00
parent 2aa6c5f43c
commit 69458131bd
2 changed files with 11 additions and 13 deletions
@@ -1,5 +1,5 @@
CREATE TABLE IF NOT EXISTS weather (
dateTime TIMESTAMPTZ NOT NULL,
dateTime TIMESTAMP NOT NULL,
city VARCHAR(255) NOT NULL,
tempMax DOUBLE PRECISION,
tempMin DOUBLE PRECISION,