gotelem/migrations/3_weather_up.sql
saji 4e6f8db7ed
All checks were successful
Go / build (1.21) (push) Successful in 1m16s
Go / build (1.22) (push) Successful in 1m15s
combine separate packages
2024-03-02 21:49:18 -06:00

6 lines
134 B
SQL

CREATE TABLE "weather_station_logs" (
"ts" INTEGER NOT NULL,
"wind_speed" REAL,
"ground speed" REAL,
"heading" REAL
);