FIX : sql syntax for travis test
This commit is contained in:
parent
b95b84a665
commit
576ef9e541
@ -103,7 +103,7 @@ create table llx_product_stock_entrepot
|
|||||||
tms timestamp,
|
tms timestamp,
|
||||||
fk_product integer NOT NULL,
|
fk_product integer NOT NULL,
|
||||||
fk_entrepot integer NOT NULL,
|
fk_entrepot integer NOT NULL,
|
||||||
seuil_stock_alerte int(11) DEFAULT '0',
|
seuil_stock_alerte integer DEFAULT '0',
|
||||||
desiredstock int(11) DEFAULT '0',
|
desiredstock integer DEFAULT '0',
|
||||||
import_key varchar(14) -- Import key
|
import_key varchar(14) -- Import key
|
||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
|
|||||||
@ -24,8 +24,8 @@ create table llx_product_stock_entrepot
|
|||||||
tms timestamp,
|
tms timestamp,
|
||||||
fk_product integer NOT NULL,
|
fk_product integer NOT NULL,
|
||||||
fk_entrepot integer NOT NULL,
|
fk_entrepot integer NOT NULL,
|
||||||
seuil_stock_alerte int(11) DEFAULT '0',
|
seuil_stock_alerte integer DEFAULT '0',
|
||||||
desiredstock int(11) DEFAULT '0',
|
desiredstock integer DEFAULT '0',
|
||||||
import_key varchar(14) -- Import key
|
import_key varchar(14) -- Import key
|
||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user