Skip to content
Snippets Groups Projects
Commit 2fd20b4f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Nouvelle table llx_societe_remise_except non incluse dans la migration

parent 4ac423ca
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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