mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Add the migration for scoping grid data
This commit is contained in:
7
OpenSim/Data/MySQL/Resources/003_GridStore.sql
Normal file
7
OpenSim/Data/MySQL/Resources/003_GridStore.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE regions add column ScopeID char(36) not null default '00000000-0000-0000-0000-000000000000';
|
||||
|
||||
create index ScopeID on regions(ScopeID);
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user