diff --git a/classes/db/migrations.php b/classes/db/migrations.php
index 4bd72bd09aa0aba7987257683d1684eebd2c1ab9..3008af535167a4779f768372a61e2c42569daadc 100644
--- a/classes/db/migrations.php
+++ b/classes/db/migrations.php
@@ -108,6 +108,8 @@ class Db_Migrations {
 					$this->pdo->commit();
 
 				Debug::log("Migration finished, current version: " . $this->get_version(), Debug::LOG_VERBOSE);
+
+				Logger::log(E_USER_NOTICE, "Applied migration to version $version for {$this->migrations_table}");
 			} else {
 				Debug::log("Migration failed: schema file is empty or missing.", Debug::LOG_VERBOSE);
 			}