2
0
forked from Wavyzz/dolibarr

Merge branch 'develop' into dev_add_IMAPport_email_collector

This commit is contained in:
Laurent Destailleur
2022-08-02 19:12:44 +02:00
committed by GitHub
42 changed files with 220 additions and 164 deletions

View File

@@ -37,6 +37,7 @@ create table llx_bank
rappro tinyint default 0,
note text,
fk_bordereau integer DEFAULT 0,
position integer DEFAULT 0,
banque varchar(255), -- banque pour les cheques
emetteur varchar(255), -- emetteur du cheque
author varchar(40), -- a supprimer apres migration

View File

@@ -19,3 +19,4 @@
ALTER TABLE llx_commande_fournisseur_dispatch ADD INDEX idx_commande_fournisseur_dispatch_fk_commande (fk_commande);
ALTER TABLE llx_commande_fournisseur_dispatch ADD INDEX idx_commande_fournisseur_dispatch_fk_reception (fk_reception);
ALTER TABLE llx_commande_fournisseur_dispatch ADD CONSTRAINT fk_commande_fournisseur_dispatch_fk_reception FOREIGN KEY (fk_reception) REFERENCES llx_reception (rowid);
ALTER TABLE llx_commande_fournisseur_dispatch ADD INDEX idx_commande_fournisseur_dispatch_fk_product (fk_product);