Merge branch 'ent-13236-anadir-a-drop-table-tskins-un-if-exists' into 'develop'

Ent 13236 anadir a drop table tskins un if exists

See merge request artica/pandorafms!7192
This commit is contained in:
Jose Martin 2024-04-16 07:32:27 +00:00
commit afd9704e6c

View File

@ -1,6 +1,6 @@
START TRANSACTION;
DROP TABLE tskin;
DROP TABLE IF EXISTS tskin;
ALTER TABLE tfavmenu_user CONVERT TO CHARACTER SET UTF8MB4;
ALTER TABLE tfiles_repo CONVERT TO CHARACTER SET UTF8MB4;