Index: /install/scripts/upgrades/0.9.3.sql
===================================================================
--- /install/scripts/upgrades/0.9.3.sql	(revision 498)
+++ /install/scripts/upgrades/0.9.3.sql	(revision 500)
@@ -2,4 +2,8 @@
 INSERT IGNORE INTO tld VALUES ('it', 1);
 INSERT IGNORE INTO tld VALUES ('ws', 1);
+
+-- remove the old "estelle" default mx in older tables
+ALTER TABLE `domaines` MODIFY `mx` varchar(64) DEFAULT NULL;
+ALTER TABLE `domaines_standby` MODIFY `mx` varchar(64) DEFAULT NULL;
 
 -- add the new variable table
@@ -25,6 +29,2 @@
 -- make sure this has an effect at all.
 FLUSH PRIVILEGES;
-
--- remove the old "estelle" default mx in older tables
-ALTER TABLE `domaines` MODIFY `mx` varchar(64) DEFAULT NULL;
-ALTER TABLE `domaines_standby` MODIFY `mx` varchar(64) DEFAULT NULL;
