MSSQL changes for Grid server in ROBUST plus some code tweaks 'n tidy up

This commit is contained in:
unknown
2009-10-05 17:04:36 +01:00
committed by Melanie
parent 8d5a40aad0
commit 82df3d8fd6
5 changed files with 1802 additions and 1482 deletions

View 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