mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Create new migration to drop old device_long_urls table
This commit is contained in:
@@ -12,6 +12,9 @@ use Doctrine\Migrations\AbstractMigration;
|
||||
|
||||
use function in_array;
|
||||
|
||||
/**
|
||||
* Convert all columns containing long URLs to TEXT type
|
||||
*/
|
||||
final class Version20240220214031 extends AbstractMigration
|
||||
{
|
||||
private const DOMAINS_COLUMNS = ['base_url_redirect', 'regular_not_found_redirect', 'invalid_short_url_redirect'];
|
||||
|
||||
Reference in New Issue
Block a user