mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Ajout champs CP et Ville dans llx_socpeople
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user