mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
7 lines
131 B
PL/PgSQL
7 lines
131 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE `regions` ADD COLUMN `PrincipalID` char(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
|
|
|
|
COMMIT;
|
|
|