mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Thank you kindly, Ruud Lathrop for a patch that solves:
Primary Key violation when just linked a lot of prims using MSSQL.
This commit is contained in:
5
OpenSim/Data/MSSQL/Resources/009_RegionStore.sql
Normal file
5
OpenSim/Data/MSSQL/Resources/009_RegionStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE prims ADD Material tinyint NOT NULL default 3
|
||||
|
||||
COMMIT
|
||||
Reference in New Issue
Block a user