Legacy Knowledge Base
Published Jun. 30, 2025

Is it possible to clean up DDMTemplateVersion table? How?

Written By

Jose L. Bango

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • DDMTemplateVersion table has many records and we are not using it.
  • In addition, it can cause some minor performance issues.
  • Is it possible to clean up that table?

Environment

  • Liferay DXP 7.4+

Resolution

NOTE: Be sure to take a backup of your database prior to making any changes. Always test the changes in a lower environment before making changes in production.

Making manual changes to the database is not recommended, and should be carefully assessed based on your own business needs and risk factors. Any such operation is performed at the sole discretion of your own team.

  • It is an old implementation that is not used anywhere in the UI.
  • If you are not using that versioning through custom code, then you can use the attached script to delete them. It deletes all records from DDMTemplateVersion except those corresponding to the latest version.
Did this article resolve your issue ?

Legacy Knowledge Base