From 965166ddad1b8c2b3d1da6aa750c09cab689a785 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 18 Sep 2019 00:02:15 +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 8a6fcfea..87d62559 100644 --- a/server/AyaNova/Startup.cs +++ b/server/AyaNova/Startup.cs @@ -383,7 +383,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