From 8edcd98fb382e5979a9c5ad09f8a8f74ebbdbe40 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 14 Jan 2005 15:52:00 +0000 Subject: [PATCH] Ajout champs CP et Ville dans llx_socpeople --- mysql/migration/1.1.0-1.2.0-RC1.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-1.2.0-RC1.sql index eca42f5e53d..aecb5dec933 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -8,6 +8,9 @@ alter table llx_user_rights add rowid integer AUTO_INCREMENT PRIMARY KEY; alter table llx_facture add fk_mode_reglement integer after fk_cond_reglement ; +alter table llx_socpeople add cp varchar(25) after address; +alter table llx_socpeople add ville varchar(255) after cp; + alter table llx_paiement add statut smallint DEFAULT 0 NOT NULL ; alter table llx_facturedet add fk_export_compta integer DEFAULT 0 NOT NULL ; alter table llx_paiement add fk_export_compta integer DEFAULT 0 NOT NULL ;