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

Inventory line-item comment column data-type change migration.

parent 2ceb39f9
No related branches found
No related tags found
No related merge requests found
......@@ -19,5 +19,8 @@ Vtiger_Utils::AddColumn('vtiger_portalinfo', 'cryptmode', 'varchar(20)');
$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