hsgubert / cassandra_migrations

Cassandra Migrations is a Cassandra database schema migration library for Rails applications.
MIT License
45 stars 43 forks source link

Allow Users to alter_table #75

Closed gabosgab closed 7 years ago

gabosgab commented 8 years ago

Currently there is no way to alter a table, would be great to support alter_table command.

eprothro commented 8 years ago

@gabosgab, just FYI, unsupported commands are still executable within a versioned migration:

https://github.com/hsgubert/cassandra_migrations/wiki/Migrations-DSL#unsupported-operations

gabosgab commented 8 years ago

Yeah, that's what I've been doing for now. Just wish it was a first class citizen like Rails treats their migrations.