diff options
Diffstat (limited to 'distribution/cassandra/music_single.cql')
-rw-r--r-- | distribution/cassandra/music_single.cql | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/distribution/cassandra/music_single.cql b/distribution/cassandra/music_single.cql deleted file mode 100644 index b8a60cd1..00000000 --- a/distribution/cassandra/music_single.cql +++ /dev/null @@ -1,20 +0,0 @@ -CREATE KEYSPACE IF NOT EXISTS admin - WITH REPLICATION = { - 'class' : 'SimpleStrategy', - 'replication_factor': 1 - } - AND DURABLE_WRITES = true; - -CREATE TABLE IF NOT EXISTS admin.keyspace_master ( - uuid uuid, - keyspace_name text, - application_name text, - is_api boolean, - password text, - username text, - is_aaf boolean, - PRIMARY KEY (uuid) -); - -CREATE ROLE IF NOT EXISTS CASSUSER WITH PASSWORD = 'CASSPASS' AND SUPERUSER = True AND LOGIN = True; -ALTER ROLE cassandra WITH PASSWORD = 'SomeLongRandomStringNoonewillthinkof'; |