From 78ca912c34546ebfb04c268e624aa60267e022ce Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 12 Apr 2024 11:16:59 +0200 Subject: [PATCH] #13236 add check before drop table --- pandora_console/extras/mr/69.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/extras/mr/69.sql b/pandora_console/extras/mr/69.sql index 63e3a21b32..146e7cc59c 100644 --- a/pandora_console/extras/mr/69.sql +++ b/pandora_console/extras/mr/69.sql @@ -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;