This commit is contained in:
@@ -84,11 +84,11 @@ namespace AyaNova.Util
|
|||||||
throw new System.NotSupportedException(msg);
|
throw new System.NotSupportedException(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
apiServerState.SetOpsOnly("Seeding database");
|
|
||||||
|
|
||||||
|
apiServerState.SetOpsOnly("Seeding database");
|
||||||
//Erase all the data except for the license, schema and the manager user
|
//Erase all the data except for the license, schema and the manager user
|
||||||
await DbUtil.EmptyBizDataFromDatabaseForSeedingOrImportingAsync(log);
|
await DbUtil.EmptyBizDataFromDatabaseForSeedingOrImportingAsync(log);
|
||||||
|
apiServerState.SetOpsOnly("Seeding database");
|
||||||
|
|
||||||
// //Set the default user options of the manager account
|
// //Set the default user options of the manager account
|
||||||
// using (var cct = ServiceProviderProvider.DBContext)
|
// using (var cct = ServiceProviderProvider.DBContext)
|
||||||
@@ -673,7 +673,7 @@ namespace AyaNova.Util
|
|||||||
o.UserType = randomUserType;
|
o.UserType = randomUserType;
|
||||||
|
|
||||||
o.Notes = f.Lorem.Sentence();
|
o.Notes = f.Lorem.Sentence();
|
||||||
o.Wiki=@"
|
o.Wiki = @"
|
||||||
|
|
||||||
# Markdown quick reference for Wiki pages
|
# Markdown quick reference for Wiki pages
|
||||||
***
|
***
|
||||||
|
|||||||
Reference in New Issue
Block a user