Skip to content
Snippets Groups Projects
Commit 9c4ac12b authored by Uma's avatar Uma
Browse files

Fixes #1248 vtiger_systems server pwd updated to text data type

parent 13235c27
Branches outgoingServer_Pwd
No related tags found
No related merge requests found
......@@ -79,4 +79,7 @@ if (defined('VTIGER_UPGRADE')) {
$db->pquery('INSERT INTO vtiger_date_format (date_format, sortorderid, presence) VALUES (?, ?, ?)', ['dd.mm.yyyy', 3, 1]);
$db->pquery('INSERT INTO vtiger_date_format (date_format, sortorderid, presence) VALUES (?, ?, ?)', ['dd/mm/yyyy', 4, 1]);
//#1248 => updated vtiger_systems.server_password to TEXT
$db->pquery('ALTER TABLE vtiger_systems MODIFY server_password text', array());
}
\ No newline at end of file
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