aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/004_GridStore.sql
blob: 2238a888ea101b451efd7a068e27c11a40507282 (plain)
1
2
3
4
5
6
BEGIN;

ALTER TABLE regions add column sizeX integer not null default 0;
ALTER TABLE regions add column sizeY integer not null default 0;

COMMIT;