mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Fixes mantis #6802 Simulator crashes whist loading (lighshare enabled)
* Please test
This commit is contained in:
@@ -209,3 +209,12 @@ alter table inventoryitems
|
||||
alter column "creatorID" type varchar(255);
|
||||
|
||||
Commit;
|
||||
|
||||
:VERSION 10
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
Alter table inventoryitems Rename Column "SaleType" to "saleType";
|
||||
|
||||
Commit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user