mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
it helps to actually call TestTables to get the new tables created
This commit is contained in:
@@ -39,6 +39,8 @@ namespace OpenSim.Framework.Data.SQLite
|
||||
MainLog.Instance.Verbose("Inventory", "Sqlite - connecting: " + dbfile);
|
||||
SqliteConnection conn = new SqliteConnection(connectionString);
|
||||
|
||||
TestTables(conn);
|
||||
|
||||
SqliteCommand itemsSelectCmd = new SqliteCommand(invItemsSelect, conn);
|
||||
invItemsDa = new SqliteDataAdapter(itemsSelectCmd);
|
||||
// SqliteCommandBuilder primCb = new SqliteCommandBuilder(primDa);
|
||||
|
||||
Reference in New Issue
Block a user