WIP: Quality of life features #180

Draft
schmelczer wants to merge 19 commits from asch/qol into main
Showing only changes of commit dce1ebebbc - Show all commits

View file

@ -57,6 +57,7 @@ impl Database {
let mut connection_pools = std::collections::HashMap::new();
info!("Applying pending database migrations");
let mut entries = tokio::fs::read_dir(&config.databases_directory_path).await?;
while let Some(entry) = entries.next_entry().await? {
if !entry.file_name().to_string_lossy().ends_with(".sqlite") {