You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATETABLEIF NOT EXISTS current (id int AUTO_INCREMENT,bar_trend smallintNULL,console_battery float NULL,forecast_icons varchar(28) NULL,forecast_msg varchar(255) NULL,sunrise datetime NULL,sunset datetime NULL,ts datetime NOT NULL,transmit_battery smallintNULL,PRIMARY KEY (id));
CREATETABLEIF NOT EXISTS status (id int AUTO_INCREMENT,last_dl datetime NOT NULL,last_rec datetime NOT NULL,PRIMARY KEY (id));