006_RegionStore.sql 297 B

123456789101112
  1. BEGIN;
  2. alter table landaccesslist ENGINE = InnoDB;
  3. alter table migrations ENGINE = InnoDB;
  4. alter table primitems ENGINE = InnoDB;
  5. alter table prims ENGINE = InnoDB;
  6. alter table primshapes ENGINE = InnoDB;
  7. alter table regionsettings ENGINE = InnoDB;
  8. alter table terrain ENGINE = InnoDB;
  9. COMMIT;