aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs')
-rw-r--r--OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs b/OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs
index 4ccc8a2..8c9a5e1 100644
--- a/OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs
+++ b/OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs
@@ -47,7 +47,7 @@ namespace OpenSim.Storage.LocalStorageSQLite
47 { 47 {
48 try 48 try
49 { 49 {
50 string connectionstring = "URI=file:localsim.db"; 50 string connectionstring = "URI=file:localsim.sdb";
51 db = (IDbConnection)new SQLiteConnection(connectionstring); 51 db = (IDbConnection)new SQLiteConnection(connectionstring);
52 db.Open(); 52 db.Open();
53 } 53 }