This commit is contained in:
2022-03-09 22:41:12 +00:00
parent 7b05a63bae
commit 6e94270628
4 changed files with 26 additions and 69 deletions

View File

@@ -104,7 +104,7 @@ namespace AyaNova.Util
ServerBootConfig.SEEDING = true;
//Erase all the data except for the license, schema and the SuperUser
await DbUtil.EmptyBizDataFromDatabaseForSeedingOrImportingAsync(log);
await DbUtil.EmptyBizDataFromDatabaseForSeedingOrImportingAsync(log, JobId);
//Event log erase and seeding
using (var ct = ServiceProviderProvider.DBContext)
{