Add log line
This commit is contained in:
parent
6608804d34
commit
ce6d44f26b
1 changed files with 1 additions and 0 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue