Nouvelle table llx_societe_remise_except non incluse dans la migration

This commit is contained in:
Laurent Destailleur
2004-12-22 20:41:21 +00:00
parent 4ac423cac5
commit 2fd20b4fb9

View File

@@ -229,6 +229,18 @@ create table llx_societe_remise
)type=innodb;
create table llx_societe_remise_except
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_soc integer NOT NULL,
datec datetime,
amount_ht real NOT NULL,
fk_user integer NOT NULL,
fk_facture integer,
description text
)type=innodb;
create table llx_contact_facture
(
idp integer AUTO_INCREMENT PRIMARY KEY,