aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Data/MySQL/MySQLMigrations.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLMigrations.cs b/OpenSim/Data/MySQL/MySQLMigrations.cs
index 81a0e83..4ad0e9b 100644
--- a/OpenSim/Data/MySQL/MySQLMigrations.cs
+++ b/OpenSim/Data/MySQL/MySQLMigrations.cs
@@ -75,6 +75,7 @@ namespace OpenSim.Data.MySQL
75 { 75 {
76 throw new Exception(sql); 76 throw new Exception(sql);
77 }; 77 };
78 scr.CommandTimeout = 0;
78 scr.Execute(); 79 scr.Execute();
79 } 80 }
80 } 81 }