diff options
Diffstat (limited to 'devfiles/scripts')
-rw-r--r-- | devfiles/scripts/cassandra-bootstrap.cql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devfiles/scripts/cassandra-bootstrap.cql b/devfiles/scripts/cassandra-bootstrap.cql index db2e949..9348fcc 100644 --- a/devfiles/scripts/cassandra-bootstrap.cql +++ b/devfiles/scripts/cassandra-bootstrap.cql @@ -25,3 +25,13 @@ create column family training with key_validation_class = 'UTF8Type' and comparator = 'UTF8Type' and default_validation_class = 'UTF8Type'; + +create column family feedthreads + with key_validation_class = 'UTF8Type' + and comparator = 'UTF8Type' + and default_validation_class = 'UTF8Type'; + +create column family feedmessages + with key_validation_class = 'UTF8Type' + and comparator = 'UTF8Type' + and default_validation_class = 'UTF8Type'; |