Select the types of activity you want to include in your feed.
1-- Add migration script here 2CREATE TABLE IF NOT EXISTS test_table 3( 4 id BIGSERIAL PRIMARY KEY, 5 test TEXT NOT NULL 6);