author | Dan Fuhry <dan@enanocms.org> |
Mon, 24 Nov 2014 11:40:24 -0500 | |
changeset 1380 | 0e400f946644 |
parent 1343 | 2a31905a567d |
permissions | -rw-r--r-- |
1343
2a31905a567d
Removed explicit TinyMCE support, replaced with support for arbitrary page_formats. The TinyMCE files will be removed in an upcoming commit.
Dan Fuhry <dan@enanocms.org>
parents:
diff
changeset
|
1 |
-- Postgres never did have a constraint on this column. |
2a31905a567d
Removed explicit TinyMCE support, replaced with support for arbitrary page_formats. The TinyMCE files will be removed in an upcoming commit.
Dan Fuhry <dan@enanocms.org>
parents:
diff
changeset
|
2 |
UPDATE {{TABLE_PREFIX}}pages SET page_format = 'tinymce' WHERE page_format = 'xhtml'; |