nidus-sync/db/migrations/00042_text_subscribe_nullable.sql

3 lines
79 B
MySQL
Raw Normal View History

-- +goose Up
ALTER TABLE comms.phone ALTER COLUMN is_subscribed DROP NOT NULL;