mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-23 03:51:00 +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;
|