updated readme

This commit is contained in:
amitgandhinz 2014-06-17 18:04:31 -04:00
parent be19cc3cb8
commit 929b7e756b
2 changed files with 6 additions and 1 deletions

View File

@ -123,7 +123,7 @@ You can check the version currently running with
3. Import the Cassandra Schema to set up the required tables that CDN will need
` TODO `
Open ./cqlsh and import the /cdn/storage/cassandra/schema.cql file
.. _`CassandraDB` : http://cassandra.apache.org

View File

@ -0,0 +1,5 @@
CREATE TABLE services(
service_name VARCHAR PRIMARY KEY,
service_id UUID
);