From 64c13e3235e32344a0c7c5febbefe802e9102ace Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 10 Sep 2013 00:06:54 -0700 Subject: Adding redirect page /account. /account redirects to either the assessment or the training page, as appropriate. This change adds the /accounts/UID backend resource, which simply stores an arbitrary json document for now. --- devfiles/scripts/cassandra-bootstrap.cql | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'devfiles') 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' -- cgit v1.2.3