···1111-- Create new indexes for slice-based queries
1212CREATE INDEX IF NOT EXISTS idx_actor_slice_uri ON "actor"("slice_uri");
1313CREATE INDEX IF NOT EXISTS idx_actor_slice_handle ON "actor"("slice_uri", "handle");
1414-CREATE INDEX IF NOT EXISTS idx_actor_slice_indexed_at ON "actor"("slice_uri", "indexedAt");
1414+CREATE INDEX IF NOT EXISTS idx_actor_slice_indexed_at ON "actor"("slice_uri", "indexed_at");
15151616-- Update existing records to have a default slice_uri (if any exist)
1717-- This will need to be handled manually or with a data migration