Plume/migrations/postgres/2019-03-16-143637_summary-md/down.sql
fdb-hiroshima 570d7fe2d0
Add markdown support for summary (#482)
* Add markdown support for summary

* Save both md and html summary
2019-03-17 20:11:29 +01:00

3 lines
90 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE users DROP COLUMN summary_html;