conf/0.7/schema.txt in cassandra-0.11.4 vs conf/0.7/schema.txt in cassandra-0.12.0
- old
+ new
@@ -13,10 +13,10 @@
create column family StatusAudits with comparator = 'UTF8Type';
create column family StatusRelationships with
comparator = 'UTF8Type' and
column_type = 'Super' and
subcomparator = 'TimeUUIDType';
-create column family Index with
+create column family Indexes with
comparator = 'UTF8Type' and
column_type = 'Super';
create column family TimelinishThings with
comparator = 'BytesType';