Skip to content

Commit

Permalink
fix: quick fix upgrade for throttle down feature (openemr#7589)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller authored Jul 24, 2024
1 parent 0853649 commit 3c40f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/7_0_2-to-7_0_3_upgrade.sql
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ INSERT INTO `supported_external_dataloads` (`load_type`, `load_source`, `load_re
ALTER TABLE `form_encounter` ADD `ordering_provider_id` INT(11) DEFAULT '0' COMMENT 'ordering provider, if any, for this visit';
#EndIf

#IfMissingColumn session_tracker `number_scripts`
#IfMissingColumn session_tracker number_scripts
ALTER TABLE `session_tracker` ADD `number_scripts` bigint DEFAULT 1;
#EndIf

0 comments on commit 3c40f4b

Please sign in to comment.