Fix on migrate 6.0 to 7.0

This commit is contained in:
fbsanchez 2017-08-28 19:15:10 +02:00
parent 2b18b1589c
commit ae971ded58
1 changed files with 2 additions and 2 deletions

View File

@ -1327,7 +1327,7 @@ IF @vv1>0 THEN
END IF;
END;
//
delimiter;
delimiter ;
CALL addcol();
DROP PROCEDURE addcol;
@ -1427,4 +1427,4 @@ INSERT INTO tmodule VALUES (8, 'Wux module');
-- Table `ttipo_modulo`
-- ---------------------------------------------------------------------
INSERT INTO tmodule VALUES (25,'web_analysis', 8, 'Web analysis data', 'module-wux.png');
INSERT INTO ttipo_modulo VALUES (25,'web_analysis', 8, 'Web analysis data', 'module-wux.png');