Remove all the relevant "import" columns that were migrated over to ProjectImportState from the project table
After https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5522 was merged there were a few columns left in the Project table that were used as fallback in the event that the import specific settings were not already migrated into their own table.
The columns are:
import_jidimport_statusmirror_last_update_atmirror_last_update_started_atimport_error
There were also methods introduced which ensured that the ProjectImportState table was created such as:
human_import_status_nameimport_scheduleforce_import_startimport_startimport_finishimport_failimport_jid=import_jidimport_error=import_errorimport_status=import_status
We should ensure that all projects with import data were successfully migrated and remove and cleanup the columns and methods listed above respectively
\cc @DouweM