pull/979/head
Rick Carlino 2018-09-06 15:50:48 -05:00
parent 0099911af0
commit ac278d5cbd
2 changed files with 6 additions and 4 deletions

View File

@ -183,10 +183,10 @@ module CeleryScriptSettingsBag
end end
end end
.arg(:resource_id, [Integer]) do |n| .arg(:resource_id, [Integer]) do |n|
raise "NOT READY?" # raise "NOT READY?"
end end
.arg(:resource_type, [String]) do |n| .arg(:resource_type, [String]) do |n|
raise "NOT READY?" # raise "NOT READY?"
within(RESOURCE_NAME, n) { BAD_RESOURCE_TYPE % [v.to_s, RESOURCE_NAME] } within(RESOURCE_NAME, n) { BAD_RESOURCE_TYPE % [v.to_s, RESOURCE_NAME] }
end end
.node(:named_pin, [:pin_type, :pin_id]) do |node| .node(:named_pin, [:pin_type, :pin_id]) do |node|

View File

@ -1216,7 +1216,8 @@ CREATE TABLE public.web_app_configs (
photo_filter_end character varying, photo_filter_end character varying,
discard_unsaved boolean DEFAULT false, discard_unsaved boolean DEFAULT false,
xy_swap boolean DEFAULT false, xy_swap boolean DEFAULT false,
home_button_homing boolean DEFAULT false home_button_homing boolean DEFAULT false,
show_motor_plot boolean DEFAULT false
); );
@ -2305,6 +2306,7 @@ INSERT INTO "schema_migrations" (version) VALUES
('20180726165546'), ('20180726165546'),
('20180727152741'), ('20180727152741'),
('20180813185430'), ('20180813185430'),
('20180815143819'); ('20180815143819'),
('20180829211322');