fix: typo
This commit is contained in:
parent
317d5df5f3
commit
2c4c569773
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ CREATE MATERIALIZED VIEW score_feed AS
|
||||||
AND "score" IS NOT NULL
|
AND "score" IS NOT NULL
|
||||||
AND "visibility" = 'public'
|
AND "visibility" = 'public'
|
||||||
AND "score" > 0
|
AND "score" > 0
|
||||||
PRIMARY KEY ("createdAtDate", "score", "userHost", "createdAt", "userId" "visibility")
|
PRIMARY KEY ("createdAtDate", "score", "userHost", "createdAt", "userId", "visibility")
|
||||||
WITH CLUSTERING ORDER BY ("score" DESC, "createdAt" DESC);
|
WITH CLUSTERING ORDER BY ("score" DESC, "createdAt" DESC);
|
||||||
|
|
||||||
CREATE TABLE home_timeline (
|
CREATE TABLE home_timeline (
|
||||||
|
|
Loading…
Reference in a new issue