New nerveshub related fields

pull/1049/head
Rick Carlino 2018-11-26 15:11:49 -06:00
parent 8e50151220
commit 7fce9f4cef
2 changed files with 4 additions and 3 deletions

View File

@ -384,7 +384,8 @@ CREATE TABLE public.fbos_configs (
os_auto_update boolean DEFAULT true,
arduino_debug_messages boolean DEFAULT false,
firmware_path character varying,
firmware_debug_log boolean DEFAULT false
firmware_debug_log boolean DEFAULT false,
update_channel character varying(7) DEFAULT 'stable'::character varying
);
@ -2408,6 +2409,7 @@ INSERT INTO "schema_migrations" (version) VALUES
('20181014231010'),
('20181019023351'),
('20181025182807'),
('20181112010427');
('20181112010427'),
('20181126175951');

View File

@ -77,7 +77,6 @@ export async function fetchSyncData(dispatch: Function) {
get("Log", API.current.filteredLogsPath),
get("PlantTemplate", API.current.plantTemplatePath),
get("SavedGarden", API.current.savedGardensPath),
get("Peripheral", API.current.peripheralsPath),
get("User", API.current.usersPath),
get("WebcamFeed", API.current.webcamFeedPath)
],