fp/services/migrations-schema/migrations/00082_add-id_deprecated-to-...

4 lines
209 B
MySQL
Raw Normal View History

2024-11-05 19:48:21 +00:00
-- 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;