1. UPDATE server SET version = '2.0.0';
  2.  
  3. -- resthost must persist
  4. ALTER table resthost ENGINE=MyIsam;
  5. ALTER table route ENGINE=MyIsam;
  6.  
  7.  
  8. -- max tables allowed , no check if -1
  9. ALTER TABLE `users` ADD `tables_max` INT DEFAULT '-1';
  10.  
  11.