Move CSIT to integration/csit repo
[integration/csit.git] / scripts / music / cql / admin_pw.cql
1 CREATE ROLE IF NOT EXISTS nelson24 WITH PASSWORD = 'winman123' AND SUPERUSER = True AND LOGIN = True;
2 ALTER ROLE cassandra WITH PASSWORD = 'SomeLongRandomStringNoonewillthinkof';