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

Fixes #1872: Resized shorturls handler_data column to text

parent 00111ef7
No related branches found
No related tags found
No related merge requests found
......@@ -22,4 +22,7 @@ if (defined('VTIGER_UPGRADE')) {
}
}
// Resize column width to text (instead of varchar)
$db->pquery("ALTER TABLE vtiger_shorturls MODIFY COLUMN handler_data text");
}
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