Fix: MSSQLDB Grid - unable to register region http://opensimulator.org/mantis/view.php?id=5886

This commit is contained in:
PixelTomsen
2012-02-13 21:58:33 +01:00
committed by Justin Clark-Casey (justincc)
parent 04544b4510
commit db90dea9bd

View File

@@ -235,4 +235,11 @@ CREATE NONCLUSTERED INDEX IX_regions_name ON dbo.regions
regionName
) WITH( STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
COMMIT
COMMIT
:VERSION 9
BEGIN TRANSACTION
ALTER TABLE regions ADD parcelMapTexture uniqueidentifier NULL;
COMMIT