mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
MSSQL changes for Grid server in ROBUST plus some code tweaks 'n tidy up
This commit is contained in:
8
OpenSim/Data/MSSQL/Resources/006_GridStore.sql
Normal file
8
OpenSim/Data/MSSQL/Resources/006_GridStore.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE regions ADD scopeid uniqueidentifier default '00000000-0000-0000-0000-000000000000';
|
||||
ALTER TABLE regions ADD DEFAULT ('00000000-0000-0000-0000-000000000000') FOR [owner_uuid];
|
||||
ALTER TABLE regions ADD sizeX integer not null default 0;
|
||||
ALTER TABLE regions ADD sizeY integer not null default 0;
|
||||
|
||||
COMMIT
|
||||
Reference in New Issue
Block a user