Skip to content

Commit

Permalink
v7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MedShake committed Apr 22, 2023
1 parent 521f6c1 commit 17af32b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion upgrade/base/sqlInstall.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ INSERT IGNORE INTO `prescriptions` (`cat`, `label`, `description`, `fromID`, `to

-- system
INSERT IGNORE INTO `system` (`name`, `groupe`, `value`) VALUES
('base', 'module', 'v7.3.1'),
('base', 'module', 'v7.3.2'),
('state', 'system', 'normal');

-- univtags_type
Expand Down
5 changes: 5 additions & 0 deletions upgrade/base/sqlUpgrade_v7.3.1_v7.3.2.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- Correction table printed
ALTER TABLE `printed` CHANGE `type` `type` ENUM('cr','ordo','courrier','ordoLAP','ordoLapExt','doc','reglement') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'cr';

-- Mise à jour n° de version
UPDATE `system` SET `value`='v7.3.2' WHERE `name`='base' and `groupe`='module';
2 changes: 1 addition & 1 deletion versionMedShakeEHR-base.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.3.1
v7.3.2

0 comments on commit 17af32b

Please sign in to comment.