From a7b96adf17f4c1dcb20f3a064384d7d5b5d50293 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Tue, 19 Mar 2019 11:07:55 +0100 Subject: [PATCH] Fix usual dolibarr migration issue --- upgradeDolibarr.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upgradeDolibarr.sh b/upgradeDolibarr.sh index c25bf82..67ac9ec 100644 --- a/upgradeDolibarr.sh +++ b/upgradeDolibarr.sh @@ -111,3 +111,6 @@ cat patch git status cd $OLDDIR read -p "Hit enter when you are done with the manual upgrade step" +echo "En cas d'erreur de type The maximum column sze is 767 bytes, please adapt the following query:" +echo "ALTER TABLE llx_my_table ROW_FORMAT=DYNAMIC ;" +echo "After running it, restart the manual upgrade" -- GitLab