From 882d49640b2ce9927abab3b13501b1f6c49e4963 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 27 Oct 2022 18:31:01 +0000 Subject: [PATCH] --- docs/8.0/ayanova/docs/changelog.md | 2 +- server/AyaNova/util/License.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/8.0/ayanova/docs/changelog.md b/docs/8.0/ayanova/docs/changelog.md index dcdf448b..011024a9 100644 --- a/docs/8.0/ayanova/docs/changelog.md +++ b/docs/8.0/ayanova/docs/changelog.md @@ -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 diff --git a/server/AyaNova/util/License.cs b/server/AyaNova/util/License.cs index bb221a48..9b8d31dc 100644 --- a/server/AyaNova/util/License.cs +++ b/server/AyaNova/util/License.cs @@ -1,4 +1,4 @@ -#define DEVELOPMENT_TEST_ROCKFISH +//#define DEVELOPMENT_TEST_ROCKFISH using System; using System.Text; using System.Threading.Tasks;