diff --git a/modules/Migration/schema/73_to_740.php b/modules/Migration/schema/73_to_740.php
index a00fbed70a9ef5e523cb2a488cd00558c57729d5..135db960ad4dc298e65ccf5101b9e043310f4216 100644
--- a/modules/Migration/schema/73_to_740.php
+++ b/modules/Migration/schema/73_to_740.php
@@ -8,6 +8,6 @@
  * All Rights Reserved.
  *********************************************************************************/
 
-//7.3_to_7.4.0 (to overcome 730 package glitch)
+//7.3_to_7.4.0 (to overcome 730 package glitch, where DB version set to 7.3 instead 7.3.0)
 
 include_once dirname(__FILE__)."730_to_740.php";
\ No newline at end of file