mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user