sky-uk / cqlmigrate

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

Schema Updates initalisation should use CQL statement to check if table exists #2

Closed saley89 closed 8 years ago

saley89 commented 8 years ago

Refactored logic for schema updates table creation, making use of CQL statement rather than checking if the table exists using Java driver. Added unit tests to check behaviour of initalise in both scenarions where schema updates table exists/doesn't exist.