mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-20 10:31:17 +00:00
ed8982b7fd
Fixes #132
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;
|