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

4 lines
204 B
SQL

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