feat: implement cleaning up table

This commit is contained in:
Stevan Freeborn
2024-08-25 17:08:44 -05:00
parent a173220e51
commit c35bcdad90
10 changed files with 96 additions and 9 deletions
@@ -52,6 +52,7 @@ public class DatabaseWorker(
await databaseMaintainer.BuildAddressTableAsync();
await databaseMaintainer.BuiltAliasTableAsync();
await databaseMaintainer.BuildCommentTableAsync();
await databaseMaintainer.CleanupTablesAsync();
_logger.LogInformation("Database updated");
}