mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-16 18:47:40 -05:00
Extend rain data type
This commit is contained in:
@@ -19,3 +19,5 @@
|
|||||||
SatelliteCount int NOT NULL,
|
SatelliteCount int NOT NULL,
|
||||||
GpsTimestamp datetimeoffset NOT NULL
|
GpsTimestamp datetimeoffset NOT NULL
|
||||||
);
|
);
|
||||||
|
|
||||||
|
ALTER TABLE Reading ALTER COLUMN Rain decimal(3, 3);
|
||||||
Reference in New Issue
Block a user