sky-uk / cqlmigrate

Cassandra schema migration library
BSD 3-Clause "New" or "Revised" License
47 stars 29 forks source link

Make Locks Keyspace and Table name configurable #12

Open adamdougal opened 8 years ago

adamdougal commented 8 years ago

Keyspace currently defaults to cqlmigrate, table name current defaults to locks.

joseblas commented 7 years ago

+1

joseblas commented 7 years ago

@adamdougal, I was thinking about this, and maybe just adding a new column to the locks table can work. The keyspace and table are fixed (this is good), and an extra column can make it configurable per application. This way, would be possible to have different apps working on the same db.

joseblas commented 7 years ago

@adamdougal , I'd like to start with this issue. Is that ok?

adamdougal commented 6 years ago

@joseblas bit late, but yea sure :)

joseblas commented 6 years ago

hey! is this still open to contributions? :) I will try to do it anyway.

adamdougal commented 6 years ago

@joseblas of course :)