Skip to content

Commit

Permalink
Add note on loading cassandra schema
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jun 19, 2015
1 parent c641ccb commit d7db61d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion raddb/mods-config/sql/main/cassandra/schema.sql
Expand Up @@ -6,10 +6,13 @@
-- Database schema for Cassandra rlm_sql module --
-- --
--------------------------------------------------------------------------

-- Load with:
-- cqlsh --debug -file schema.sql

--
-- Table structure for table 'radacct'
--

CREATE KEYSPACE radius WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 };
USE radius;

Expand Down

0 comments on commit d7db61d

Please sign in to comment.