Index: openacs-4/packages/static-portlet/sql/postgresql/upgrade/upgrade-2.9.1-2.10.0d1.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/sql/postgresql/upgrade/upgrade-2.9.1-2.10.0d1.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/static-portlet/sql/postgresql/upgrade/upgrade-2.9.1-2.10.0d1.sql 29 Jan 2018 14:20:28 -0000 1.1 +++ openacs-4/packages/static-portlet/sql/postgresql/upgrade/upgrade-2.9.1-2.10.0d1.sql 8 Feb 2018 14:42:31 -0000 1.2 @@ -8,10 +8,10 @@ --- -ALTER TABLE forums_messages +ALTER TABLE static_portal_content DROP constraint IF EXISTS static_p_c_format_ck; -ALTER TABLE forums_messages +ALTER TABLE static_portal_content ADD constraint static_p_c_format_ck CHECK (format in ('text/enhanced', 'text/markdown', 'text/plain', 'text/fixed-width', 'text/html'));