From 06dcb39ca435897b082a5d454a11ddb21f230799 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 1 Feb 2014 11:18:41 -0800 Subject: Adding the feed backend support. --- devfiles/scripts/cassandra-bootstrap.cql | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'devfiles/scripts') 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'; -- cgit v1.2.3