last round of warning squashing. calling it a day now.

This commit is contained in:
Dr Scofield
2008-06-27 23:03:39 +00:00
parent 20940951b2
commit 748f72326d
73 changed files with 722 additions and 530 deletions

View File

@@ -120,16 +120,16 @@ namespace OpenSim.Data.MySQL
/// </list>
/// </summary>
/// <param name="oldVersion"></param>
private void UpgradeAssetsTable(string oldVersion)
{
// null as the version, indicates that the table didn't exist
if (oldVersion == null)
{
m_log.Info("[ASSETS DB]: Creating new database tables");
_dbConnection.ExecuteResourceSql("CreateAssetsTable.sql");
return;
}
}
// private void UpgradeAssetsTable(string oldVersion)
// {
// // null as the version, indicates that the table didn't exist
// if (oldVersion == null)
// {
// m_log.Info("[ASSETS DB]: Creating new database tables");
// _dbConnection.ExecuteResourceSql("CreateAssetsTable.sql");
// return;
// }
// }
/// <summary>
/// Ensure that the assets related tables exists and are at the latest version