Thank you kindly, TLaukkan (Tommil) for a patch that:

* Updated migration scripts and hbm.xml so that nhibernate tests work.
This commit is contained in:
Charles Krinke
2009-02-09 21:44:39 +00:00
parent a034b640da
commit 70051278c4
5 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
create table Assets (
ID NVARCHAR(255) not null,
ID NVARCHAR(36) not null,
MetadataID NVARCHAR(36) NOT NULL,
Type SMALLINT null,
Name NVARCHAR(64) null,
Description NVARCHAR(64) null,