Skip to content

Commit

Permalink
Merge pull request #271 from Mashape/fix/uppercase-keyspace-migration
Browse files Browse the repository at this point in the history
[fix] uppercase keyspace causing failure
  • Loading branch information
thibaultcha committed May 28, 2015
2 parents a978448 + 48563d7 commit d612f65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local Migration = {
CREATE KEYSPACE IF NOT EXISTS "]]..options.keyspace..[["
WITH REPLICATION = {'class' : 'SimpleStrategy', 'replication_factor' : 1};
USE ]]..options.keyspace..[[;
USE "]]..options.keyspace..[[";
CREATE TABLE IF NOT EXISTS schema_migrations(
id text PRIMARY KEY,
Expand Down

0 comments on commit d612f65

Please sign in to comment.