Nouvelle table llx_societe_remise_except non incluse dans la migration
This commit is contained in:
parent
4ac423cac5
commit
2fd20b4fb9
@ -229,6 +229,18 @@ create table llx_societe_remise
|
|||||||
)type=innodb;
|
)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
|
create table llx_contact_facture
|
||||||
(
|
(
|
||||||
idp integer AUTO_INCREMENT PRIMARY KEY,
|
idp integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user