This commit is contained in:
2022-10-27 18:31:01 +00:00
parent 46e83a56e6
commit 882d49640b
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ The most recent changes are written in the AyaNova manual [hosted on our website
#### Changed
- Server: Erase database huge speed improvement, impacts: v8-migrate, sample data generation, manual erase by SuperUser in UI
- Server: Erase database huge speed improvement; improves v8-migrate, sample data generation, manual erase by SuperUser in UI
- UI: Administration -> License page added _time_ in addition to existing _date_ for license and maintenance expiration
- UI: Administration -> License page only SuperUser account is offered the Erase Database menu option (no other user has rights to erase db)
- UI: Evaluate, show SuperUser only message _before_ showing generate options dialog rather than on submit

View File

@@ -1,4 +1,4 @@
#define DEVELOPMENT_TEST_ROCKFISH
//#define DEVELOPMENT_TEST_ROCKFISH
using System;
using System.Text;
using System.Threading.Tasks;