mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fix typo in migration
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user