diff --git a/OpenSim/Data/Migration.cs b/OpenSim/Data/Migration.cs index fe4dfc4809..83f4c3deb2 100644 --- a/OpenSim/Data/Migration.cs +++ b/OpenSim/Data/Migration.cs @@ -156,6 +156,12 @@ namespace OpenSim.Data return max; } + public int Version + { + get { return FindVersion(_type); } + set { UpdateVersion(_type, value); } + } + private int FindVersion(string type) { int version = 0;