From 6184afc43480adb909a3f5c89b6768ef5dfdac4d Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Thu, 1 Sep 2022 23:53:23 -0700 Subject: [PATCH] minor adjustment to prior commit (#5720) --- sql/7_0_0-to-7_0_1_upgrade.sql | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/7_0_0-to-7_0_1_upgrade.sql b/sql/7_0_0-to-7_0_1_upgrade.sql index 7efffb73e..9df24ff91 100644 --- a/sql/7_0_0-to-7_0_1_upgrade.sql +++ b/sql/7_0_0-to-7_0_1_upgrade.sql @@ -194,6 +194,6 @@ ALTER TABLE `openemr_postcalendar_events` ADD `uuid` binary(16) DEFAULT NULL; CREATE UNIQUE INDEX `uuid` ON `openemr_postcalendar_events` (`uuid`); #EndIf -#IfNotRow2D list_options list_id drug_route option_id "bymouth" +#IfNotRow2D list_options list_id drug_route option_id bymouth INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `is_default`, `notes`, `codes`) VALUES ('drug_route', 'bymouth', 'By Mouth', 1, 0, 'PO', 'NCI-CONCEPT-ID:C38288'); #EndIf diff --git a/version.php b/version.php index bbac15843..17501f050 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ $v_realpatch = '0'; // is a database change in the course of development. It is used // internally to determine when a database upgrade is needed. // -$v_database = 472; +$v_database = 473; // Access control version identifier, this is to be incremented whenever there // is a access control change in the course of development. It is used -- 2.11.4.GIT