mirror of
https://github.com/opensim/opensim.git
synced 2026-05-25 11:15:42 +08:00
6 lines
133 B
SQL
6 lines
133 B
SQL
BEGIN TRANSACTION
|
|
|
|
ALTER TABLE users ADD scopeID uniqueidentifier not null default '00000000-0000-0000-0000-000000000000'
|
|
|
|
COMMIT
|