mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
Fix on migrate 6.0 to 7.0
This commit is contained in:
parent
2b18b1589c
commit
ae971ded58
@ -1327,7 +1327,7 @@ IF @vv1>0 THEN
|
|||||||
END IF;
|
END IF;
|
||||||
END;
|
END;
|
||||||
//
|
//
|
||||||
delimiter;
|
delimiter ;
|
||||||
CALL addcol();
|
CALL addcol();
|
||||||
DROP PROCEDURE addcol;
|
DROP PROCEDURE addcol;
|
||||||
|
|
||||||
@ -1427,4 +1427,4 @@ INSERT INTO tmodule VALUES (8, 'Wux module');
|
|||||||
-- Table `ttipo_modulo`
|
-- 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');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user