-- +migrate Up ALTER TABLE "Source" ADD COLUMN enabled BOOL DEFAULT FALSE, ADD COLUMN meta JSON DEFAULT '{}';