mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
13 lines
297 B
PL/PgSQL
13 lines
297 B
PL/PgSQL
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;
|
|
|