This commit is contained in:
@@ -422,7 +422,7 @@ namespace AyaNova
|
||||
if (ServerBootConfig.AYANOVA_PERMANENTLY_ERASE_DATABASE)
|
||||
{
|
||||
_newLog.LogWarning("BOOT: AYANOVA_PERMANENTLY_ERASE_DATABASE is true, dropping and recreating database");
|
||||
Util.DbUtil.DropAndRecreateDb(_newLog);
|
||||
Util.DbUtil.DropAndRecreateDbAsync(_newLog);
|
||||
AySchema.CheckAndUpdate(dbContext, _newLog);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user