mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Thank you MrMonkE for a patch that seems to bring the MSSQL data layer up to speed with 0.7.x.
This commit is contained in:
@@ -61,7 +61,8 @@ namespace OpenSim.Data.MSSQL
|
||||
}
|
||||
catch
|
||||
{
|
||||
// Something went wrong, so we're version 0
|
||||
// Return -1 to indicate table does not exist
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
return version;
|
||||
|
||||
Reference in New Issue
Block a user