Running into a lot of issues when trying to migrate a semi sized project from v3 to v4. Users, media and languages were ported over but for any migration of content the scripting is giving me the error of the destination tables not being present. I scanned through the code and I wasn’t able to find any place where the scripts actually create table structures (this is for sqlite).
Is the idea with the migration that first you create by hand all the content types you had in your v3 implementation and the migration only migrates actual content?