Open pehrlich opened 9 years ago
Hello.
I personally have never run migrations with this gem; there are definitely sections of the adapter that looks like it probably would not work on Redshift (most notably index specific functionality, but that doesn't seem to be the cause of this issue). I'll look into this in more detail next chance I get.
Of course see this, which seems to fix all the in-your-face issues: https://github.com/khwangster/activerecord4-redshift-adapter/pull/3
Cheers
Hi
It looks like you're just maintaining this branch for your own self, but I'm curious if you've run in to this error, or perhaps have any ideas on its background:
This is of course a little important, as a
schema:dump
tends to happen after everydb:migrate
.Thanks, --Peter
PS - Had you run in to any primary key naming issues? https://github.com/aamine/activerecord4-redshift-adapter/pull/10/files#r17226927