bugfix syntax error

This commit is contained in:
Rodolphe Quiedeville 2003-10-11 21:35:17 +00:00
parent 1916e98aa3
commit 5914a01451
2 changed files with 2 additions and 2 deletions

View File

@ -30,5 +30,5 @@ create table llx_product_stock
key(fk_product),
key(fk_stock)
)
);

View File

@ -33,5 +33,5 @@ create table llx_stock_mouvement
key(fk_product),
key(fk_stock)
)
);