mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
* Adds first version of MsSql2005Dialect support for NHibernate * Thanks mpallari
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
create table Assets (
|
||||
ID NVARCHAR(255) not null,
|
||||
Type SMALLINT null,
|
||||
Name NVARCHAR(64) null,
|
||||
Description NVARCHAR(64) null,
|
||||
Local BIT null,
|
||||
Temporary BIT null,
|
||||
Data VARBINARY(max) null,
|
||||
primary key (ID)
|
||||
)
|
||||
Reference in New Issue
Block a user