Add the Migration for the regions table

This commit is contained in:
Melanie
2009-09-27 21:17:23 +01:00
parent eb892e0545
commit 8e091f5903
3 changed files with 22 additions and 8 deletions

View File

@@ -39,6 +39,8 @@ namespace OpenSim.Data
public string RegionName;
public int posX;
public int posY;
public int sizeX;
public int sizeY;
public Dictionary<string, object> Data;
}