Highly ambitious ATProtocol AppView service and sdks
0
fork

Configure Feed

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

fix migration

+1 -1
+1 -1
api/migrations/006_slice_actors.sql
··· 11 11 -- Create new indexes for slice-based queries 12 12 CREATE INDEX IF NOT EXISTS idx_actor_slice_uri ON "actor"("slice_uri"); 13 13 CREATE INDEX IF NOT EXISTS idx_actor_slice_handle ON "actor"("slice_uri", "handle"); 14 - CREATE INDEX IF NOT EXISTS idx_actor_slice_indexed_at ON "actor"("slice_uri", "indexedAt"); 14 + CREATE INDEX IF NOT EXISTS idx_actor_slice_indexed_at ON "actor"("slice_uri", "indexed_at"); 15 15 16 16 -- Update existing records to have a default slice_uri (if any exist) 17 17 -- This will need to be handled manually or with a data migration