mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-05-06 23:34:45 +00:00
3 lines
161 B
SQL
3 lines
161 B
SQL
-- This file should undo anything in `up.sql`
|
|
ALTER TABLE instances DROP COLUMN long_description_html;
|
|
ALTER TABLE instances DROP COLUMN short_description_html;
|