Open
Description
The export process grabs the tables exactly as they are in the db. So, if you have a prefix set, when you run the migration again you'll have prefix__prefix__tablename
which breaks all kinds of stuff.
Since the prefix is set on the database configuration, it should be removed from the table names when exporting.