mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-28 22:41:06 +00:00
4 lines
161 B
MySQL
4 lines
161 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
ALTER TABLE instances DROP COLUMN long_description_html;
|
||
|
ALTER TABLE instances DROP COLUMN short_description_html;
|