mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* Fixes NHibernate overflow exception when saving some objects (under at least PostgreSQL 8.3) * Thanks Tommil!
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
create table InventoryFolders (
|
||||
ID NVARCHAR(255) not null,
|
||||
Type SMALLINT null,
|
||||
Version SMALLINT null,
|
||||
Version INT null,
|
||||
ParentID NVARCHAR(255) null,
|
||||
Owner NVARCHAR(255) null,
|
||||
Name NVARCHAR(64) null,
|
||||
|
||||
Reference in New Issue
Block a user