Drop addcol procedure if not exists

This commit is contained in:
fermin831 2017-04-17 13:25:36 +02:00
parent 86a4ca2a80
commit bf368a155b

View File

@ -1293,6 +1293,7 @@ DELETE FROM twidget WHERE unique_name = 'graph_availability';
-- --------------------------------------------------------------------- -- ---------------------------------------------------------------------
-- Table `tbackup` (Extension table. Modify only if exists) -- Table `tbackup` (Extension table. Modify only if exists)
-- --------------------------------------------------------------------- -- ---------------------------------------------------------------------
DROP PROCEDURE IF EXISTS addcol;
delimiter // delimiter //
CREATE PROCEDURE addcol() CREATE PROCEDURE addcol()
BEGIN BEGIN