You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/03/23 14:44:32 UTC

[incubator-pekko-persistence-cassandra] branch main updated: Fix use of akka in cql query in docs

This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-cassandra.git


The following commit(s) were added to refs/heads/main by this push:
     new 8529fe4  Fix use of akka in cql query in docs
8529fe4 is described below

commit 8529fe4f47dd54a61c4fc9753129604611f1e7b9
Author: Matthew de Detrich <md...@gmail.com>
AuthorDate: Thu Mar 23 14:59:09 2023 +0100

    Fix use of akka in cql query in docs
---
 docs/src/main/paradox/events-by-tag.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/main/paradox/events-by-tag.md b/docs/src/main/paradox/events-by-tag.md
index 19892b7..f85888e 100644
--- a/docs/src/main/paradox/events-by-tag.md
+++ b/docs/src/main/paradox/events-by-tag.md
@@ -251,7 +251,7 @@ imposed with new implementation but it is advised to keep it small i.e. less tha
 for each persistenceId.
 
 ```
-CREATE TABLE akka.tag_views_progress (                              
+CREATE TABLE pekko.tag_views_progress (                              
     peristence_id text,           
     tag text,                     
     sequence_nr bigint,           


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org