Plume/migrations/postgres/2019-05-22-124143_add_custom_domains/down.sql

3 lines
104 B
MySQL
Raw Permalink Normal View History

-- undo the adding of custom_domain column to blogs table.
ALTER TABLE blogs DROP COLUMN custom_domain;