Moved client-side markdown rendering to this server
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE articles ADD COLUMN rendered TEXT DEFAULT "" AFTER body;
|
||||
|
||||
ALTER TABLE revisions ADD COLUMN rendered TEXT DEFAULT "" AFTER body;
|
||||
|
||||
Reference in New Issue
Block a user