mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Nouvelle table llx_societe_remise_except non incluse dans la migration
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user