mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
5 lines
137 B
PL/PgSQL
5 lines
137 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE regionsettings ADD COLUMN map_tile_ID varchar(36) NOT NULL default '00000000-0000-0000-0000-000000000000';
|
|
|
|
COMMIT; |