nidus-sync/db/migrations/00052_comms_email_log_notnulls.sql

2 lines
80 B
SQL

-- +goose Up
ALTER TABLE comms.email_log ALTER COLUMN template_id SET NOT NULL;