Write vote id only to column name for Cassandra views.

This commit is contained in:
bsimpson63
2012-07-16 17:56:21 -04:00
parent 6fd201ef37
commit 7015790e98

View File

@@ -161,7 +161,7 @@ class CassandraThingVote(CassandraVote):
def _on_create(self):
wcl = tdb_cassandra.CL.ONE
v_id = {self._id: self._id}
v_id = {self._id: ''}
for view in self._views:
view._set_values(view._rowkey(self), v_id,