diff options
Diffstat (limited to 'devfiles/scripts/cassandra-bootstrap.cql')
-rw-r--r-- | devfiles/scripts/cassandra-bootstrap.cql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devfiles/scripts/cassandra-bootstrap.cql b/devfiles/scripts/cassandra-bootstrap.cql index c7d6de8..db2e949 100644 --- a/devfiles/scripts/cassandra-bootstrap.cql +++ b/devfiles/scripts/cassandra-bootstrap.cql @@ -11,6 +11,11 @@ create column family strings and comparator = 'UTF8Type' and default_validation_class = 'UTF8Type'; +create column family accounts + with key_validation_class = 'UTF8Type' + and comparator = 'UTF8Type' + and default_validation_class = 'UTF8Type'; + create column family assessments with key_validation_class = 'UTF8Type' and comparator = 'UTF8Type' |