mirror of
https://github.com/shlinkio/shlink.git
synced 2025-12-10 11:05:50 -06:00
Fix typo in migration
This commit is contained in:
parent
8274525f75
commit
89f70114e4
@ -18,7 +18,7 @@ final class Version20241124112257 extends AbstractMigration
|
||||
$visits = $schema->getTable('visits');
|
||||
$this->skipIf($visits->hasColumn(self::COLUMN_NAME));
|
||||
|
||||
$visits->addColumn('redirected_url', Types::STRING, [
|
||||
$visits->addColumn(self::COLUMN_NAME, Types::STRING, [
|
||||
'length' => 2048,
|
||||
'notnull' => false,
|
||||
'default' => null,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user