aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/MsSql2005Dialect/001_AssetStore.sql
diff options
context:
space:
mode:
authorCharles Krinke2009-02-09 21:44:39 +0000
committerCharles Krinke2009-02-09 21:44:39 +0000
commit70051278c448c130259d2ead4af1de1696879f58 (patch)
tree2c2bca3fecad8a1752a59acfd65ebcba0f9d85b5 /OpenSim/Data/NHibernate/Resources/MsSql2005Dialect/001_AssetStore.sql
parent* Add the ability to type help <command> for more detailed help about a speci... (diff)
downloadopensim-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/001_AssetStore.sql')
-rw-r--r--OpenSim/Data/NHibernate/Resources/MsSql2005Dialect/001_AssetStore.sql3
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 @@
1create table Assets ( 1create 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,