install/schemas/upgrade/postgresql/1126.sql
author Dan Fuhry <dan@enanocms.org>
Mon, 19 Nov 2012 11:32:41 -0500
changeset 1365 a52cac1b190d
parent 1343 2a31905a567d
permissions -rw-r--r--
Cacher: Add XCache support (partial)

-- Postgres never did have a constraint on this column.
UPDATE {{TABLE_PREFIX}}pages SET page_format = 'tinymce' WHERE page_format = 'xhtml';