Refactor geolocation download logic based on database table

This commit is contained in:
Alejandro Celaya
2024-12-15 10:05:32 +01:00
parent d4d97c3182
commit a77e07f906
10 changed files with 117 additions and 115 deletions

View File

@@ -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,