Closed dlebauer closed 8 years ago
I don't think so, nor do I think it's a great idea to hack around that and load data from a database in one schema into an instance that has a different schema -- that's guaranteed to result in conflicts and errors.
I agree with Mike, you should not synchronize the database without having the correct schema. To migrate the schema you have two options. Options 1, is the only supported way to do this thought:
when I run
I get the error
Is there a way to fix the schema in the database without using the rails application to run migrations?
This error also appeared in #600 and #226, but those were focused on errors that occur before the schema is checked.