Skip to content
Snippets Groups Projects
Commit 8edcd98f authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Ajout champs CP et Ville dans llx_socpeople

parent 25477b10
No related branches found
No related tags found
No related merge requests found
......@@ -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 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment