mirror of
https://github.com/silverstripe/silverstripe-externallinks.git
synced 2024-10-22 17:05:44 +02:00
BUG: Extned the size of the varchar for Link in BrokenExternalLinks
This commit is contained in:
parent
d62c7e57ac
commit
1803f0cdd5
@ -3,7 +3,7 @@
|
||||
class BrokenExternalLinks extends DataObject {
|
||||
|
||||
private static $db = array(
|
||||
'Link' => 'Varchar',
|
||||
"Link" => "Varchar(2083)" // 2083 is the maximum length of a URL in Internet Explorer.
|
||||
'HTTPCode' =>'Int'
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user