aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/PostgreSQLDialect/001_AssetStore.sql
diff options
context:
space:
mode:
authorMike Mazur2009-02-13 00:02:26 +0000
committerMike Mazur2009-02-13 00:02:26 +0000
commitebf268a5936b0fc2b2ae54cd80162643b6682092 (patch)
tree8654217e8e75ab5c21377437d9fa67086833dc18 /OpenSim/Data/NHibernate/Resources/PostgreSQLDialect/001_AssetStore.sql
parentFixes a bug in the ScenePresence test itself. (diff)
downloadopensim-SC_OLD-ebf268a5936b0fc2b2ae54cd80162643b6682092.zip
opensim-SC_OLD-ebf268a5936b0fc2b2ae54cd80162643b6682092.tar.gz
opensim-SC_OLD-ebf268a5936b0fc2b2ae54cd80162643b6682092.tar.bz2
opensim-SC_OLD-ebf268a5936b0fc2b2ae54cd80162643b6682092.tar.xz
Remove extra ID field from asset DB mapping. Mantis #3122, fixes Mantis #3080.
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/NHibernate/Resources/PostgreSQLDialect/001_AssetStore.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/PostgreSQLDialect/001_AssetStore.sql b/OpenSim/Data/NHibernate/Resources/PostgreSQLDialect/001_AssetStore.sql
index f581b18..4753123 100644
--- a/OpenSim/Data/NHibernate/Resources/PostgreSQLDialect/001_AssetStore.sql
+++ b/OpenSim/Data/NHibernate/Resources/PostgreSQLDialect/001_AssetStore.sql
@@ -1,6 +1,5 @@
1CREATE TABLE Assets ( 1CREATE TABLE Assets (
2 ID VARCHAR(36) NOT NULL, 2 ID VARCHAR(36) NOT NULL,
3 MetadataID VARCHAR(36) NOT NULL,
4 Type SMALLINT DEFAULT NULL, 3 Type SMALLINT DEFAULT NULL,
5 Name VARCHAR(64) DEFAULT NULL, 4 Name VARCHAR(64) DEFAULT NULL,
6 Description VARCHAR(64) DEFAULT NULL, 5 Description VARCHAR(64) DEFAULT NULL,