hsgubert / cassandra_migrations

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

Fixes typo in PR #57 #66

Closed sstgithub closed 9 years ago

sstgithub commented 9 years ago

PR #57 had a typo where it was calling a non-existing variable v in to_cql_value(nil, v, nil).

hsgubert commented 9 years ago

Thanks for the fix =)