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 68e25ef..0fb9e78 100644 --- a/OpenSim/Data/Migration.cs +++ b/OpenSim/Data/Migration.cs | |||
@@ -159,8 +159,9 @@ namespace OpenSim.Data | |||
159 | UpdateVersion(_type, newversion); | 159 | UpdateVersion(_type, newversion); |
160 | } | 160 | } |
161 | version = newversion; | 161 | version = newversion; |
162 | cmd.Dispose(); | ||
163 | } | 162 | } |
163 | |||
164 | cmd.Dispose(); | ||
164 | } | 165 | } |
165 | 166 | ||
166 | // private int MaxVersion() | 167 | // private int MaxVersion() |