mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-25 04:08:08 +00:00
2 lines
104 B
SQL
2 lines
104 B
SQL
-- undo the adding of custom_domain column to blogs table.
|
|
ALTER TABLE blogs DROP COLUMN custom_domain;
|