-- for temporary data migration purposes, we add api.s3_files.id_deprecated which is an int and thus compatible with Strapi's IDs that we are importing
ALTER TABLE api.s3_files
ADD COLUMN id_deprecated int;