mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-03 16:52:20 +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;
|