3.6 migration script: fixed invalid comments

This commit is contained in:
Raphaël Doursenaud 2014-03-26 17:24:04 +01:00
parent ee71e42b34
commit 0d7a76d8db

View File

@ -1029,7 +1029,7 @@ create table llx_product_customer_price_log
import_key varchar(14) -- Import key import_key varchar(14) -- Import key
)ENGINE=innodb; )ENGINE=innodb;
--Batch number managment -- Batch number management
ALTER TABLE llx_product ADD COLUMN tobatch tinyint DEFAULT 0 NOT NULL; ALTER TABLE llx_product ADD COLUMN tobatch tinyint DEFAULT 0 NOT NULL;
CREATE TABLE llx_product_batch ( CREATE TABLE llx_product_batch (