mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
last round of warning squashing. calling it a day now.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user