This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace AyaNova.Util
|
||||
{
|
||||
get
|
||||
{
|
||||
return "8.0.0-alpha.2018.9.18";
|
||||
return "8.0.0-alpha.2018.10.9";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user