Skip to content

Commit

Permalink
New nerveshub related fields
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCarlino committed Nov 26, 2018
1 parent 8e50151 commit 7fce9f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions db/structure.sql
Expand Up @@ -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
);


Expand Down Expand Up @@ -2408,6 +2409,7 @@ INSERT INTO "schema_migrations" (version) VALUES
('20181014231010'),
('20181019023351'),
('20181025182807'),
('20181112010427');
('20181112010427'),
('20181126175951');


1 change: 0 additions & 1 deletion webpack/sync/actions.ts
Expand Up @@ -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)
],
Expand Down

0 comments on commit 7fce9f4

Please sign in to comment.