diff options
author | Sean Dague | 2007-08-09 19:08:38 +0000 |
---|---|---|
committer | Sean Dague | 2007-08-09 19:08:38 +0000 |
commit | 4059ac6e7d1f3f027f02929ec7135cf76f9e28c1 (patch) | |
tree | ba9c1eeec62455d5b9e2e13c43428dccb10edbac /share/sql/sqlite3-prims.sql | |
parent | pull out some uneeded attributes, and setup keys on primshapes dataset (diff) | |
download | opensim-SC_OLD-4059ac6e7d1f3f027f02929ec7135cf76f9e28c1.zip opensim-SC_OLD-4059ac6e7d1f3f027f02929ec7135cf76f9e28c1.tar.gz opensim-SC_OLD-4059ac6e7d1f3f027f02929ec7135cf76f9e28c1.tar.bz2 opensim-SC_OLD-4059ac6e7d1f3f027f02929ec7135cf76f9e28c1.tar.xz |
remove invalid index
Diffstat (limited to 'share/sql/sqlite3-prims.sql')
-rw-r--r-- | share/sql/sqlite3-prims.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/sql/sqlite3-prims.sql b/share/sql/sqlite3-prims.sql index c6c3999..ad79c99 100644 --- a/share/sql/sqlite3-prims.sql +++ b/share/sql/sqlite3-prims.sql | |||
@@ -85,4 +85,3 @@ create table primshapes ( | |||
85 | Texture blob | 85 | Texture blob |
86 | ); | 86 | ); |
87 | 87 | ||
88 | create index primshapes_parentid on primshapes(prim_id); | ||