From 63ae96a2b68472c1a7bbbb677304ff65187948e3 Mon Sep 17 00:00:00 2001 From: vedanshujain Date: Mon, 11 Apr 2022 19:06:33 +0530 Subject: [PATCH] Add changelog. --- plugins/woocommerce/changelog/COTMigrations | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/woocommerce/changelog/COTMigrations diff --git a/plugins/woocommerce/changelog/COTMigrations b/plugins/woocommerce/changelog/COTMigrations new file mode 100644 index 00000000000..1dabd6c2ca5 --- /dev/null +++ b/plugins/woocommerce/changelog/COTMigrations @@ -0,0 +1,4 @@ +Significance: minor +Type: add + +Generic migration support for migration from posts + postsmeta table to any custom table. Additionaly, implement migrations to various COT tables using this generic support.