From 822881eac543646af96a78b14f83fb326563a5e6 Mon Sep 17 00:00:00 2001 From: MW Date: Sat, 11 Aug 2007 20:20:33 +0000 Subject: 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. --- share/sql/sqlite3-prims.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'share') diff --git a/share/sql/sqlite3-prims.sql b/share/sql/sqlite3-prims.sql index 8cea8e0..5680c15 100644 --- a/share/sql/sqlite3-prims.sql +++ b/share/sql/sqlite3-prims.sql @@ -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), -- cgit v1.1