diff options
Diffstat (limited to 'OpenSim/Data/Migration.cs')
-rw-r--r-- | OpenSim/Data/Migration.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Data/Migration.cs b/OpenSim/Data/Migration.cs index e51dc22..2878fd0 100644 --- a/OpenSim/Data/Migration.cs +++ b/OpenSim/Data/Migration.cs | |||
@@ -149,8 +149,9 @@ namespace OpenSim.Data | |||
149 | UpdateVersion(_type, newversion); | 149 | UpdateVersion(_type, newversion); |
150 | } | 150 | } |
151 | version = newversion; | 151 | version = newversion; |
152 | cmd.Dispose(); | ||
153 | } | 152 | } |
153 | |||
154 | cmd.Dispose(); | ||
154 | } | 155 | } |
155 | 156 | ||
156 | // private int MaxVersion() | 157 | // private int MaxVersion() |