noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 06/07: CFGCONTACT change to CFGOPT1


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 06/07: CFGCONTACT change to CFGOPT1
Date: Fri, 6 Nov 2020 11:21:21 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 66a82492a5df7fb3356586fb0bd713d273bce249
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Nov 6 17:20:39 2020 +0100

    CFGCONTACT change to CFGOPT1
---
 include/constant.php             | 2 +-
 include/sql/patch/upgrade149.sql | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/include/constant.php b/include/constant.php
index fe77c4d..7d08aea 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -107,7 +107,7 @@ if ( !defined ("NOALYSS_PACKAGE_REPOSITORY")) {
 if ( ! defined ("SYSINFO_DISPLAY")) {
     define ("SYSINFO_DISPLAY",TRUE);
 }
-define ("DBVERSION",149);
+define ("DBVERSION",150);
 define ("MONO_DATABASE",25);
 define ("DBVERSIONREPO",18);
 define ('NOTFOUND','--not found--');
diff --git a/include/sql/patch/upgrade149.sql b/include/sql/patch/upgrade149.sql
new file mode 100644
index 0000000..b1865a4
--- /dev/null
+++ b/include/sql/patch/upgrade149.sql
@@ -0,0 +1,6 @@
+begin;
+update menu_ref set me_code='CFGOPT1',me_menu='Option Fiches', me_description 
= 'configure les options pour les fiches dans le suivi' where 
me_code='CFGCONTACT';
+update bookmark set b_action=replace(b_action,'CFGCONTACT','CFGOPT1');
+
+insert into version (val,v_description) values (150,'Change name default 
action');
+commit;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]