2 lines
79 B
SQL
2 lines
79 B
SQL
-- +goose Up
|
|
ALTER TABLE comms.phone ALTER COLUMN is_subscribed DROP NOT NULL;
|
-- +goose Up
|
|
ALTER TABLE comms.phone ALTER COLUMN is_subscribed DROP NOT NULL;
|