mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Refactor geolocation download logic based on database table
This commit is contained in:
@@ -38,11 +38,6 @@ final class Version20241212131058 extends AbstractMigration
|
||||
]);
|
||||
$table->addColumn('filesystem_id', Types::STRING, ['length' => 512]);
|
||||
|
||||
$table->addColumn('filename', Types::STRING, [
|
||||
'length' => 512,
|
||||
'default' => null,
|
||||
'notnull' => false,
|
||||
]);
|
||||
$table->addColumn('error', Types::STRING, [
|
||||
'length' => 1024,
|
||||
'default' => null,
|
||||
|
||||
Reference in New Issue
Block a user