mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix missing tms field
This commit is contained in:
parent
c7557671e1
commit
0719a2f9dc
|
|
@ -19,6 +19,7 @@ CREATE TABLE llx_bom_bomline(
|
|||
fk_bom integer NOT NULL,
|
||||
fk_product integer NOT NULL,
|
||||
fk_bom_child integer NULL,
|
||||
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
description text,
|
||||
import_key varchar(14),
|
||||
qty double(24,8) NOT NULL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user