From ee10584cde6421c6524983976b4eb709b00c4173 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Wed, 3 Apr 2024 09:37:59 +0200 Subject: [PATCH] 13224-Change to 69.sql --- pandora_console/extras/mr/69.sql | 4 ++++ pandora_console/extras/mr/70.sql | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 pandora_console/extras/mr/70.sql diff --git a/pandora_console/extras/mr/69.sql b/pandora_console/extras/mr/69.sql index 19dfe33d6d..2be1a25079 100644 --- a/pandora_console/extras/mr/69.sql +++ b/pandora_console/extras/mr/69.sql @@ -2,6 +2,10 @@ START TRANSACTION; DROP TABLE tskin; +ALTER TABLE tfavmenu_user CONVERT TO CHARACTER SET UTF8MB4; +ALTER TABLE tfiles_repo CONVERT TO CHARACTER SET UTF8MB4; +ALTER TABLE tfiles_repo_group CONVERT TO CHARACTER SET UTF8MB4; + ALTER TABLE `tusuario` ADD COLUMN `stop_lts_modal` TINYINT NOT NULL DEFAULT 0 AFTER `session_max_time_expire`; diff --git a/pandora_console/extras/mr/70.sql b/pandora_console/extras/mr/70.sql deleted file mode 100644 index 20a2b4e7c6..0000000000 --- a/pandora_console/extras/mr/70.sql +++ /dev/null @@ -1,7 +0,0 @@ -START TRANSACTION; - -ALTER TABLE tfavmenu_user CONVERT TO CHARACTER SET UTF8MB4; -ALTER TABLE tfiles_repo CONVERT TO CHARACTER SET UTF8MB4; -ALTER TABLE tfiles_repo_group CONVERT TO CHARACTER SET UTF8MB4; - -COMMIT; \ No newline at end of file