From 48eebfe439c4982bafb832b04d58b24f48cbe462 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sun, 21 May 2006 22:34:16 +0000 Subject: [PATCH] Qual: Uniformisation nommage parametre de table des constantes --- mysql/migration/2.0.0-2.1.0.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 096d9c2e9f4..53e6375615d 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -100,7 +100,6 @@ drop table if exists llx_soc_recontact; update llx_const set name='PRODUIT_CHANGE_PROD_DESC' where name='CHANGE_PROD_DESC'; update llx_const set name='COMMANDE_ADD_PROD_DESC' where name='COM_ADD_PROD_DESC'; -update llx_const set name='PROPALE_ADD_PROD_DESC' where name='PROP_ADD_PROD_DESC'; update llx_const set name='DON_FORM' where name='DONS_FORM'; update llx_const set name='MAIN_SIZE_LISTE_LIMIT' where name='SIZE_LISTE_LIMIT'; update llx_const set name='SOCIETE_FISCAL_MONTH_START' where name='FISCAL_MONTH_START'; -- GitLab