From e0ce0cc7fa5d6b657363f5ca77b938b4fef1ea3b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 21 Oct 2019 17:29:55 +0000 Subject: [PATCH] --- server/AyaNova/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/AyaNova/Startup.cs b/server/AyaNova/Startup.cs index 5e793517..84818f43 100644 --- a/server/AyaNova/Startup.cs +++ b/server/AyaNova/Startup.cs @@ -371,7 +371,7 @@ namespace AyaNova // ******************** TESTING WIPE DB ***************************** // //Set this to true to wipe the db and reinstall a trial license and re-seed the data - var TESTING_REFRESH_DB = false;//####################################################################################### + var TESTING_REFRESH_DB = true;//####################################################################################### #if (DEBUG) //TESTING