mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Added "create-region" console command. Syntax: create-region <name> <region.xml filename>
* Spring cleaning.
This commit is contained in:
@@ -331,11 +331,6 @@ namespace OpenSim.DataStore.MonoSqlite
|
||||
createCol(terrain, "Revision", typeof(System.Int32));
|
||||
createCol(terrain, "Heightfield", typeof(System.Byte[]));
|
||||
|
||||
/* // Attempting to work out requirements to get SQLite to actually *save* the data.
|
||||
createCol(terrain, "PrIndex", typeof(System.String));
|
||||
terrain.PrimaryKey = new DataColumn[] { terrain.Columns["PrIndex"] };
|
||||
*/
|
||||
|
||||
return terrain;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user