From cf2dc0aac223c8708fae0fb6e4ed1837a1cb6549 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sun, 13 Sep 2015 22:11:08 -0700 Subject: [PATCH] fix to database entry for prior lab commit --- sql/database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/database.sql b/sql/database.sql index d8dce57c890..9abeb8a010b 100644 --- a/sql/database.sql +++ b/sql/database.sql @@ -3458,7 +3458,7 @@ INSERT INTO list_options ( list_id, option_id, title, seq, is_default ) VALUES ( INSERT INTO list_options ( list_id, option_id, title, seq, is_default ) VALUES ('proc_res_abnormal','high','High',30,0); INSERT INTO list_options ( list_id, option_id, title, seq, is_default ) VALUES ('proc_res_abnormal','low' ,'Low' ,40,0); INSERT INTO list_options ( list_id, option_id, title, seq, is_default ) VALUES ('proc_res_abnormal', 'vhigh', 'Above upper panic limits', 50,0); -INSERT INTO list_options ( list_id, option_id, title, seq, is_default ) VALUES ('proc_res_abnormal', 'vlow', 'Below lower panic limits', 60,0; +INSERT INTO list_options ( list_id, option_id, title, seq, is_default ) VALUES ('proc_res_abnormal', 'vlow', 'Below lower panic limits', 60,0); INSERT INTO list_options ( list_id, option_id, title, seq, is_default ) VALUES ('lists','proc_res_status','Procedure Result Statuses', 1,0); INSERT INTO list_options ( list_id, option_id, title, seq, is_default ) VALUES ('proc_res_status','final' ,'Final' ,10,0);