Skip to content

Fixes ISSUE-43392: Change column type of body column for table C_POC_EMAIL* to CLOB

Changing this column also has this side-effects:

  • In oracle it will be necessary to recreate both C_POC_EMAIL and C_POC_EMAILDEFINITION tables. (In postgres not)

Tests and analysis done:

  • Table content gets correctly recreated.
  • Checked all usage in merged modules and core
  • Tested flows where emails are generated for C_POC_EMAIL, everything seems fine, body is correctly filled both in Oracle and Postgres.
  • Try and try-retail: Successful
Edited by Cristian Berner

Merge request reports