From b81dee33002fb3a5150417c0c138bfe972afa2e3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 28 Oct 2019 21:21:42 +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 5b45acda..579039e4 100644 --- a/server/AyaNova/Startup.cs +++ b/server/AyaNova/Startup.cs @@ -408,7 +408,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