From a97fef59775931405d1af26ce157c8d25aec83a7 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Mon, 15 Aug 2016 00:13:12 -0700 Subject: [PATCH] minor fixes to prior commit --- sql/4_2_2-to-4_3_1_upgrade.sql | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/4_2_2-to-4_3_1_upgrade.sql b/sql/4_2_2-to-4_3_1_upgrade.sql index afc13d2bd..3c90004cd 100644 --- a/sql/4_2_2-to-4_3_1_upgrade.sql +++ b/sql/4_2_2-to-4_3_1_upgrade.sql @@ -735,7 +735,7 @@ ALTER TABLE procedure_order ADD COLUMN history_order enum('0','1') DEFAULT '0'; UPDATE `globals` SET `gl_value` = 'style_tan.css' WHERE `gl_name` = 'css_header'; #EndIf -#IfColumn transactions +#IfColumn users ssi_relayhealth ALTER TABLE `users` DROP COLUMN `ssi_relayhealth`; #EndIf diff --git a/version.php b/version.php index abdc297d1..6ea4bf8af 100644 --- a/version.php +++ b/version.php @@ -17,7 +17,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 = 177; +$v_database = 178; // 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