mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
futzing around on the NHibernate side again trying to connect
migrations into it.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
create table Assets(
|
||||
ID varchar(36) not null primary key,
|
||||
Type int default 0,
|
||||
InvType int default 0,
|
||||
Name varchar(64),
|
||||
Description varchar(64),
|
||||
Local boolean,
|
||||
Temporary boolean,
|
||||
Data blob,
|
||||
);
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user