Ajout champs CP et Ville dans llx_socpeople

This commit is contained in:
Rodolphe Quiedeville
2005-01-14 15:52:00 +00:00
parent 25477b10f4
commit 8edcd98fb3

View File

@@ -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 ;