Plume/migrations/postgres/2019-05-22-124143_add_custom_domains/down.sql
2019-08-14 23:51:03 +02:00

3 lines
104 B
SQL

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