From 2d11271736576a57d7f848b3e8076b9e78d8c8b2 Mon Sep 17 00:00:00 2001
From: Uma <uma.s@vtiger.com>
Date: Wed, 21 Jul 2021 13:03:38 +0530
Subject: [PATCH] Updated the glitch cause comment

---
 modules/Migration/schema/73_to_740.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Migration/schema/73_to_740.php b/modules/Migration/schema/73_to_740.php
index a00fbed70..135db960a 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
-- 
GitLab