install/schemas/upgrade/postgresql/1126.sql
changeset 1343 2a31905a567d
equal deleted inserted replaced
1342:2164d18cb10c 1343:2a31905a567d
       
     1 -- Postgres never did have a constraint on this column.
       
     2 UPDATE {{TABLE_PREFIX}}pages SET page_format = 'tinymce' WHERE page_format = 'xhtml';