install/schemas/upgrade/postgresql/1126.sql
author Dan Fuhry <dan@enanocms.org>
Fri, 03 Jun 2011 10:45:21 -0400
changeset 1346 b79029a49d28
parent 1343 2a31905a567d
permissions -rw-r--r--
Fixed installer (DB revision was wrong); make editor load jQuery, as the editor requires it now

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