mirror of
https://github.com/opensim/opensim.git
synced 2026-06-01 15:35:44 +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
|