bugfix syntax error
This commit is contained in:
parent
1916e98aa3
commit
5914a01451
@ -30,5 +30,5 @@ create table llx_product_stock
|
|||||||
|
|
||||||
key(fk_product),
|
key(fk_product),
|
||||||
key(fk_stock)
|
key(fk_stock)
|
||||||
)
|
);
|
||||||
|
|
||||||
|
|||||||
@ -33,5 +33,5 @@ create table llx_stock_mouvement
|
|||||||
|
|
||||||
key(fk_product),
|
key(fk_product),
|
||||||
key(fk_stock)
|
key(fk_stock)
|
||||||
)
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user