Skip to content

Commit

Permalink
minor fix to prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Feb 26, 2017
1 parent edf06fe commit 4fb2386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/5_0_0-to-5_0_1_upgrade.sql
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ INSERT INTO list_options (`list_id`, `option_id`, `title`, `seq`, `is_default`,
INSERT INTO list_options (`list_id`, `option_id`, `title`, `seq`, `is_default`, `option_value`, `notes`) VALUES ('groupstat', '<', '< Not Reported', '40', '0', '0', 'FEFDCF|0');
#EndIf

#IfNotRow2D openemr_postcalendar_categories pc_catid 1000 pc_catname Group Therapy
#IfNotRow openemr_postcalendar_categories pc_catname Group Therapy
INSERT INTO openemr_postcalendar_categories (`pc_catname`, `pc_catcolor`, `pc_recurrspec`, `pc_duration` ,`pc_cattype` , `pc_active` , `pc_seq`)
VALUES ('Group Therapy' , '#BFBFBF' , 'a:5:{s:17:"event_repeat_freq";s:1:"0";s:22:"event_repeat_freq_type";s:1:"0";s:19:"event_repeat_on_num";s:1:"1";s:19:"event_repeat_on_day";s:1:"0";s:20:"event_repeat_on_freq";s:1:"0";}', '3600', '3', '1', '90');
#EndIf
Expand Down

0 comments on commit 4fb2386

Please sign in to comment.