install/schemas/upgrade/postgresql/1126.sql
author Dan Fuhry <dan@enanocms.org>
Wed, 25 Apr 2012 02:03:38 -0400
changeset 1361 26e80700ff1d
parent 1343 2a31905a567d
permissions -rw-r--r--
Small change to generation time formatting to make all pages the same time. Makes apachebench not screw up.

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