Skip to content

Commit

Permalink
bug: remove semicolon typos (openemr#6926)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwaite authored Oct 13, 2023
1 parent 03028ee commit a996b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/7_0_1-to-7_0_2_upgrade.sql
Original file line number Diff line number Diff line change
Expand Up @@ -555,11 +555,11 @@ CREATE TABLE `edi_sequences` (
INSERT INTO `edi_sequences` VALUES (0);
#EndIf

#IfMissingColumn x12_partners x12_client_id;
#IfMissingColumn x12_partners x12_client_id
ALTER TABLE `x12_partners` ADD COLUMN `x12_client_id` tinytext;
#EndIf

#IfMissingColumn x12_partners x12_client_secret;
#IfMissingColumn x12_partners x12_client_secret
ALTER TABLE `x12_partners` ADD COLUMN `x12_client_secret` tinytext;
#EndIf

Expand Down

0 comments on commit a996b19

Please sign in to comment.