install/schemas/upgrade/postgresql/1126.sql
author Dan Fuhry <dan@enanocms.org>
Sun, 18 Sep 2011 01:26:02 -0400
changeset 1353 1e8c224d47ef
parent 1343 2a31905a567d
permissions -rw-r--r--
Improved vimperator compatibility in jBox

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