This commit is contained in:
2018-10-09 22:15:03 +00:00
parent 68b4e5aa46
commit fa3aeeab70
4 changed files with 21 additions and 12 deletions

View File

@@ -44,8 +44,9 @@ namespace AyaNova.Api.Controllers
/// "Small" - a small one man shop dataset
/// "Medium" - Local service company with multiple employees and departments dataset
/// "Large" - Large corporate multi regional dataset
/// "Huge" - Used for automated testing and development, if you choose this it will take a very long time (15 minutes to overnight)
/// </summary>
/// <param name="size">Valid values are "Small", "Medium", "Large"</param>
/// <param name="size">Valid values are "Small", "Medium", "Large", "Huge"</param>
/// <returns></returns>
[HttpPost("seed/{size}")]
public ActionResult SeedTrialDatabase([FromRoute] string size)

View File

@@ -11,7 +11,7 @@ namespace AyaNova.Util
{
get
{
return "8.0.0-alpha.2018.9.18";
return "8.0.0-alpha.2018.10.9";
}
}