mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
7 lines
147 B
PL/PgSQL
7 lines
147 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE regions add column sizeX integer not null default 0;
|
|
ALTER TABLE regions add column sizeY integer not null default 0;
|
|
|
|
COMMIT;
|