From f3f83fa6c13099661cf8431611730fcfa123e971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sat, 31 Oct 2015 10:32:41 +0100 Subject: [PATCH] Remove incomplete llx_stock_lotserial migration There is two creation of this table in migration script, keeping the more complete --- htdocs/install/mysql/migration/3.8.0-3.9.0.sql | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/htdocs/install/mysql/migration/3.8.0-3.9.0.sql b/htdocs/install/mysql/migration/3.8.0-3.9.0.sql index 4f1e308b370..d82cae8f1cf 100755 --- a/htdocs/install/mysql/migration/3.8.0-3.9.0.sql +++ b/htdocs/install/mysql/migration/3.8.0-3.9.0.sql @@ -106,21 +106,6 @@ ALTER TABLE llx_product ADD COLUMN onportal tinyint DEFAULT 0 after tobuy; ALTER TABLE llx_user ADD COLUMN employee tinyint DEFAULT 1; -create table llx_stock_lotserial -( - rowid integer AUTO_INCREMENT PRIMARY KEY, - datec datetime, - tms timestamp, - fk_user_creat integer, - fk_user_modif integer, - fk_product integer NOT NULL, -- Id of product - batch varchar(30) DEFAULT NULL, -- Lot or serial number - eatby date DEFAULT NULL, -- Eatby date - sellby date DEFAULT NULL -- Sellby date -) ENGINE=innodb; - - - CREATE TABLE IF NOT EXISTS llx_c_hrm_function ( rowid integer PRIMARY KEY,