tiny 88x31 lexicon for atproto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

yeppers

+1 -1
+1 -1
migrations/002_buttons.up.sql
··· 10 10 indexed_at TIMESTAMPTZ NOT NULL DEFAULT now() 11 11 ); 12 12 13 - CREATE INDEX buttons (posted_at); 13 + CREATE INDEX ON buttons (posted_at);