The smokesignal.events web application
56
fork

Configure Feed

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

at main 4 lines 191 B view raw
1-- Add discovery settings to identity_profiles 2ALTER TABLE identity_profiles 3ADD COLUMN discover_events BOOLEAN NOT NULL DEFAULT true, 4ADD COLUMN discover_rsvps BOOLEAN NOT NULL DEFAULT true;