Add markdown support for summary (#482)
* Add markdown support for summary * Save both md and html summary
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
ALTER TABLE users DROP COLUMN summary_html;
|
||||
@@ -0,0 +1,3 @@
|
||||
-- Your SQL goes here
|
||||
ALTER TABLE users ADD COLUMN summary_html TEXT NOT NULL DEFAULT '';
|
||||
UPDATE users SET summary_html = summary;
|
||||
Reference in New Issue
Block a user