Skip to content
Snippets Groups Projects
Commit d08456d7 authored by Prasad's avatar Prasad
Browse files

Removed redundant migration query.

parent 07d99214
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,6 @@ do {
} while ($portalinfo_hasmore);
$updateQuery = "UPDATE vtiger_portalinfo SET user_password=MD5(user_password),cryptmode='MD5' WHERE cryptmode is null";
$adb->pquery($updateQuery, array());
//Change column type of inventory line-item comment.
$adb->pquery("ALTER TABLE vtiger_inventoryproductrel MODIFY COLUMN comment TEXT", array());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment