Merge branch 'ent-13682-falta-tabla-tnetwork_matrix-en-pandoradb-sql' into 'develop'
Ent 13682 falta tabla tnetwork matrix en pandoradb sql See merge request artica/pandorafms!7346
This commit is contained in:
commit
5a218cd4e9
|
@ -7,6 +7,7 @@ prepare stmt from @sqlstmt;
|
|||
execute stmt;
|
||||
|
||||
DROP TABLE IF EXISTS tskin;
|
||||
DROP TABLE IF EXISTS tnetwork_matrix;
|
||||
|
||||
ALTER TABLE tfavmenu_user CONVERT TO CHARACTER SET UTF8MB4;
|
||||
ALTER TABLE tfiles_repo CONVERT TO CHARACTER SET UTF8MB4;
|
||||
|
|
Loading…
Reference in New Issue