Merge branch 'ent-671-fallo-en-el-migrate-de-la-6-a-la-7-en-tbackup' into 'develop'
Drop addcol procedure if not exists See merge request !374
This commit is contained in:
commit
de97b5eeab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue