install/schemas/upgrade/postgresql/1126.sql
author Dan Fuhry <dan@enanocms.org>
Tue, 12 Jul 2011 22:34:02 -0400
changeset 1349 3f7bf1a22b45
parent 1343 2a31905a567d
permissions -rw-r--r--
Release prep 1.1.8pl1

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