aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/006_RegionStore.sql
blob: c1ba5b808dd81daabd3af343112b892669b23e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BEGIN;

alter table landaccesslist ENGINE = InnoDB;
alter table migrations ENGINE = InnoDB;
alter table primitems ENGINE = InnoDB;
alter table prims ENGINE = InnoDB;
alter table primshapes ENGINE = InnoDB;
alter table regionsettings ENGINE = InnoDB;
alter table terrain ENGINE = InnoDB;

COMMIT;