fix: typo

This commit is contained in:
Namekuji 2023-08-22 11:48:04 -04:00
parent 317d5df5f3
commit 2c4c569773
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

@ -173,7 +173,7 @@ CREATE MATERIALIZED VIEW score_feed AS
AND "score" IS NOT NULL
AND "visibility" = 'public'
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);
CREATE TABLE home_timeline (