Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so that we can tell what prims belong to the same SceneObjectGroup. If sdague has a different method in mind when he gets back then he can change it then.

This commit is contained in:
MW
2007-08-11 20:20:33 +00:00
parent cea2e45da9
commit 822881eac5
5 changed files with 18 additions and 17 deletions

View File

@@ -12,6 +12,7 @@ create table prims (
ParentID integer default 0, -- this.ParentID
CreationDate integer, -- this.CreationDate
Name varchar(256),
SceneGroupID char(36),
-- various text fields
Text varchar(256),
Description varchar(256),