mirror of
git://opensimulator.org/git/opensim
synced 2026-08-15 01:22:15 +00:00
4 lines
124 B
PL/PgSQL
4 lines
124 B
PL/PgSQL
BEGIN;
|
|
ALTER TABLE regionsettings ADD map_tile_ID CHAR(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
|
|
COMMIT;
|