diff options
Diffstat (limited to 'OpenSim/Data/Migration.cs')
-rw-r--r-- | OpenSim/Data/Migration.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Data/Migration.cs b/OpenSim/Data/Migration.cs index 6637e1a..70c7a46 100644 --- a/OpenSim/Data/Migration.cs +++ b/OpenSim/Data/Migration.cs | |||
@@ -134,6 +134,8 @@ namespace OpenSim.Data | |||
134 | { | 134 | { |
135 | int newversion = kvp.Key; | 135 | int newversion = kvp.Key; |
136 | cmd.CommandText = kvp.Value; | 136 | cmd.CommandText = kvp.Value; |
137 | // we need to up the command timeout to infinite as we might be doing long migrations. | ||
138 | cmd.CommandTimeout = 0; | ||
137 | cmd.ExecuteNonQuery(); | 139 | cmd.ExecuteNonQuery(); |
138 | 140 | ||
139 | if (version == 0) | 141 | if (version == 0) |