Open cjthomp opened 10 years ago
I have seen this problem before. Its definitely something that can and should be fixed!
+1
When is this going to be resolved?
The same question: When is this going to be resolved?
Just submitted pull request for this.
Couple gotchas with current implementation after Pull #69:
Edit: I created Pull #75 as a possible fix for these issues, please review. I found it a bit confusing which branch to actually base this on.
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.