-- This file should undo anything in `up.sql`
ALTER TABLE authentication DROP COLUMN IF EXISTS processor_merchant_id;
ALTER TABLE authentication DROP COLUMN IF EXISTS created_by;
