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

Merge branch 'outgoingServer_Pwd' into 'master'

Fixes #1248 vtiger_systems server pwd updated to text data type

See merge request !553
parents 13235c27 9c4ac12b
No related branches found
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