adds some notes on testing db connectivity.

This commit is contained in:
Shannon
2014-03-05 19:42:24 +11:00
parent fbd2b3a1e1
commit 56e1fc07e4
2 changed files with 5 additions and 0 deletions

View File

@@ -81,6 +81,8 @@ namespace Umbraco.Web.Install.Controllers
/// <returns></returns>
public HttpResponseMessage PostCheckDbConnection()
{
//TODO: Look into using SqlExtensions.IsConnectionAvailable which i started making for this
throw new NotImplementedException();
}