mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
a few more changes on test feature
This commit is contained in:
@@ -1301,7 +1301,7 @@ namespace OpenSim.Data.SQLite
|
||||
createCol(shapes, "Texture", typeof(Byte[]));
|
||||
createCol(shapes, "ExtraParams", typeof(Byte[]));
|
||||
createCol(shapes, "Media", typeof(String));
|
||||
createCol(shapes, "NatOvrd", typeof(byte[]));
|
||||
createCol(shapes, "MatOvrd", typeof(byte[]));
|
||||
shapes.PrimaryKey = new DataColumn[] { shapes.Columns["UUID"] };
|
||||
|
||||
return shapes;
|
||||
|
||||
Reference in New Issue
Block a user