Drop addcol procedure if not exists

This commit is contained in:
fermin831 2017-04-17 13:25:36 +02:00
parent 86a4ca2a80
commit bf368a155b
1 changed files with 1 additions and 0 deletions

View File

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