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 VARCHAR(36) NOT NULL,
MetadataID VARCHAR(36) NOT NULL,
Type TINYINT DEFAULT NULL,
Name VARCHAR(64) DEFAULT NULL,
Description VARCHAR(64) DEFAULT NULL,