Index: openacs-4/packages/static-portlet/sql/oracle/static-core.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/sql/oracle/static-core.sql,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/static-portlet/sql/oracle/static-core.sql 7 Aug 2017 23:48:29 -0000 1.10 +++ openacs-4/packages/static-portlet/sql/oracle/static-core.sql 29 Jan 2018 14:20:28 -0000 1.11 @@ -40,7 +40,8 @@ body clob, format varchar2(30) default 'text/html' - constraint static_p_c_format_ck check (format in ('text/enhanced', 'text/plain', 'text/fixed-width', 'text/html')) + constraint static_p_c_format_ck + check (format in ('text/enhanced', 'text/markdown', 'text/plain', 'text/fixed-width', 'text/html')) ); create index static_portal_content_package_id_idx on static_portal_content(package_id);