From 7fd9b55e708c842b533e717e1e0577fa38e00c77 Mon Sep 17 00:00:00 2001 From: 0xtr Date: Tue, 14 Feb 2023 19:55:11 +0100 Subject: [PATCH] fix: typo in sqlite_migration.rs --- src/repo/sqlite_migration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repo/sqlite_migration.rs b/src/repo/sqlite_migration.rs index 201ce9a..83346bb 100644 --- a/src/repo/sqlite_migration.rs +++ b/src/repo/sqlite_migration.rs @@ -662,7 +662,7 @@ PRAGMA user_version = 15; fn mig_15_to_16(conn: &mut PooledConnection) -> Result { let count = db_event_count(conn)?; - info!("database schema needs update from 15->16 (this make take a few minutes)"); + info!("database schema needs update from 15->16 (this may take a few minutes)"); let upgrade_sql = r##" DROP TABLE tag; CREATE TABLE tag (