Closed erez-rabih closed 8 years ago
You might need to provide more information on your migrations? That error message by itself isn't enough to debug it.
What would help investigating this?
Actually, you've supplied enough information. You're running into a bug caused by an interaction between ragtime.repl, ragtime.core and ragtime.strategy. What should happen is that you're told the IDs of the migrations that conflict, but ragtime.core is missing a function call. I'll put in a fix.
This should be fixed in 0.5.3. You should get a conflict message that tells you the IDs of the conflicting migrations.
@weavejester Thanks for the fast response I appreciate it.
Hi,
I am getting the following error when running the migrate function:
Anything I can do to solve this?