diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 157d2777..062ad261 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -16,10 +16,6 @@ TODO: HUGE BURN TEST OVER WEEKEND DO CLIENT STUFF NOW COME BACK TO THIS STUFF LATER -TODO: the license being logged breaks the format of the log file because it has line breaks etc, so instead, maybe log out as a single line (remove breaks) - - Or maybe don't log it at all, what's the point? People can just edit it, maybe the DBID is the only really useful thing so we can match it for support to the customer - - or just log the ID number or a more succint version - \ *** BEFORE NEXT UPDATE TO DEVOPS SERVER::::::: diff --git a/server/AyaNova/Startup.cs b/server/AyaNova/Startup.cs index 0e95bbe8..3661eeac 100644 --- a/server/AyaNova/Startup.cs +++ b/server/AyaNova/Startup.cs @@ -455,7 +455,7 @@ namespace AyaNova { AyaNova.Core.License.FetchKeyAsync(apiServerState, dbContext, _newLog).Wait(); //NOTE: For unit testing make sure the time zone in util is set to the same figure as here to ensure list filter by date tests will work because server is on same page as user in terms of time - Util.Seeder.SeedDatabaseAsync(Util.Seeder.SeedLevel.MediumLocalServiceCompanyTrialDataSet, -7).Wait();//############################################################################################# + Util.Seeder.SeedDatabaseAsync(Util.Seeder.SeedLevel.SmallOneManShopTrialDataSet, -7).Wait();//############################################################################################# } //TESTING #endif