mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
6 lines
113 B
PL/PgSQL
6 lines
113 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE users add scopeID char(36) not null default '00000000-0000-0000-0000-000000000000';
|
|
|
|
COMMIT;
|