feat: implement cleaning up table
This commit is contained in:
@@ -52,6 +52,7 @@ public class DatabaseWorker(
|
||||
await databaseMaintainer.BuildAddressTableAsync();
|
||||
await databaseMaintainer.BuiltAliasTableAsync();
|
||||
await databaseMaintainer.BuildCommentTableAsync();
|
||||
await databaseMaintainer.CleanupTablesAsync();
|
||||
|
||||
_logger.LogInformation("Database updated");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user