job_storage_infos
GORM Automigration created a separate `job_storage_infos` table (because we used it wrong, to be fair), which is actually only used as an embedded struct in the `jobs` table. This means this table itself can be dropped.
internal/tools/tools.go