Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for doing the same thing for redshift as is done for postgres. #8

Open
sachinsiby opened this issue Mar 16, 2016 · 1 comment

Comments

@sachinsiby
Copy link
Contributor

e.g.

Blueshift.migration do 
  change { add_column :products, :price, Float }
  redchange :ditto
end
@bradrobertson
Copy link
Contributor

Ya to add to this, alter_table doesn't work on redshift. I guess it has to recreate the table from scratch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants