diff options
author | Charles Krinke | 2009-02-09 21:44:39 +0000 |
---|---|---|
committer | Charles Krinke | 2009-02-09 21:44:39 +0000 |
commit | 70051278c448c130259d2ead4af1de1696879f58 (patch) | |
tree | 2c2bca3fecad8a1752a59acfd65ebcba0f9d85b5 /OpenSim/Data/NHibernate/Resources/MsSql2005Dialect | |
parent | * Add the ability to type help <command> for more detailed help about a speci... (diff) | |
download | opensim-SC_OLD-70051278c448c130259d2ead4af1de1696879f58.zip opensim-SC_OLD-70051278c448c130259d2ead4af1de1696879f58.tar.gz opensim-SC_OLD-70051278c448c130259d2ead4af1de1696879f58.tar.bz2 opensim-SC_OLD-70051278c448c130259d2ead4af1de1696879f58.tar.xz |
Thank you kindly, TLaukkan (Tommil) for a patch that:
* Updated migration scripts and hbm.xml so that nhibernate tests work.
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/MsSql2005Dialect')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/MsSql2005Dialect/001_AssetStore.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/MsSql2005Dialect/001_AssetStore.sql b/OpenSim/Data/NHibernate/Resources/MsSql2005Dialect/001_AssetStore.sql index b998653..4ece29a 100644 --- a/OpenSim/Data/NHibernate/Resources/MsSql2005Dialect/001_AssetStore.sql +++ b/OpenSim/Data/NHibernate/Resources/MsSql2005Dialect/001_AssetStore.sql | |||
@@ -1,5 +1,6 @@ | |||
1 | create table Assets ( | 1 | create table Assets ( |
2 | ID NVARCHAR(255) not null, | 2 | ID NVARCHAR(36) not null, |
3 | MetadataID NVARCHAR(36) NOT NULL, | ||
3 | Type SMALLINT null, | 4 | Type SMALLINT null, |
4 | Name NVARCHAR(64) null, | 5 | Name NVARCHAR(64) null, |
5 | Description NVARCHAR(64) null, | 6 | Description NVARCHAR(64) null, |