bluesky viewer in the terminal
at main 190 B view raw
1DROP INDEX IF EXISTS idx_posts_uri; 2DROP INDEX IF EXISTS idx_posts_indexed_at; 3DROP INDEX IF EXISTS idx_posts_author_did; 4DROP INDEX IF EXISTS idx_posts_feed_id; 5DROP TABLE IF EXISTS posts;