Hello guys. Try to run simple migration, and get f...
# orm-help
m
Hello guys. Try to run simple migration, and get following error. Does anyone know the possible cause?
d
you are applying a migration that relies on a table already existing
manually create the table but you should probably fix the previous migrations to create this table
CreativesDistributionType
m
But it is enum, not table
And it is exist in DB
d
oh, I see that now
it looks like a bad error message then, unsure what the issue is
r
turn on debug? see what the SQL messages are? copy your DB and run that query to see if it works manually?