Select the types of activity you want to include in your feed.
1-- Migration number: 0001 2 3-- Contrail auto-creates its own tables (records_*, identities, etc.) 4-- This migration adds the feed cursor storage 5 6CREATE TABLE IF NOT EXISTS instance_settings ( 7 key TEXT PRIMARY KEY, 8 value TEXT NOT NULL 9);