* Fixes mantis #6802 Simulator crashes whist loading (lighshare enabled)

* Please test
This commit is contained in:
fernando
2013-10-15 11:55:08 -05:00
parent f106ba87ca
commit 3e1ca2bd21
4 changed files with 40 additions and 9 deletions

View File

@@ -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;