mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Increased long URL size in DB to 2048 characters
This commit is contained in:
@@ -24,7 +24,7 @@ $builder->createField('id', Type::BIGINT)
|
||||
|
||||
$builder->createField('longUrl', Type::STRING)
|
||||
->columnName('original_url')
|
||||
->length(1024)
|
||||
->length(2048)
|
||||
->build();
|
||||
|
||||
$builder->createField('shortCode', Type::STRING)
|
||||
|
||||
Reference in New Issue
Block a user