mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Thank you kindly, StrawberryFride for a patch that:
Solves the problem of unable to load prim items on region start in MSSQL. The error was in the MSSQLRegionData code that loads objects from the database, due to reliance on the ParentID field that is not used.
This commit is contained in:
5
OpenSim/Data/MSSQL/Resources/012_RegionStore.sql
Normal file
5
OpenSim/Data/MSSQL/Resources/012_RegionStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE prims ADD LinkNumber integer not null default 0
|
||||
|
||||
COMMIT
|
||||
Reference in New Issue
Block a user