jam-cloud/db/up/add_active_feed.sql

1 line
58 B
MySQL
Raw Permalink Normal View History

alter table feeds add column active BOOLEAN DEFAULT FALSE;