Add warning to upgrade task for utf8mb4 upgrade

This commit is contained in:
onli 2020-03-23 09:57:59 +01:00
parent a6f9ec1638
commit af036ca58d

View File

@ -279,7 +279,7 @@ $tasks = array(array('version' => '0.5.1',
array('version' => '2.4-alpha2',
'function' => 'serendipity_upgradeUTF8_UTF8mb4',
'title' => 'Enable full Unicode support for MySQL',
'desc' => 'Move MySQL databases from MyIsam and UTF8 to InnoDB and utf8mb4, enabling full unicode input.'),
'desc' => 'Move MySQL databases from MyIsam and UTF8 to InnoDB and utf8mb4, enabling full unicode input. Warning: Make a database backup before running this!'),
);
/* Fetch SQL files which needs to be run */