updated readme
This commit is contained in:
@@ -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
|
||||
|
||||
5
cdn/storage/cassandra/schema.cql
Normal file
5
cdn/storage/cassandra/schema.cql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE services(
|
||||
service_name VARCHAR PRIMARY KEY,
|
||||
service_id UUID
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user