aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/db/changelog/changelog-master.xml
diff options
context:
space:
mode:
authorRenu Kumari <renu.kumari@bell.ca>2021-12-08 11:16:58 -0500
committerRenu Kumari <renu.kumari@bell.ca>2021-12-15 00:02:06 +0000
commit60f41161ac9589dfaf0000587f216cae0e734142 (patch)
tree8f7e05f895c2c6de7b3edbbf767eea9d614109a6 /src/main/resources/db/changelog/changelog-master.xml
parent336dfaa28fe031d41f21f652d230eea34a4a21e5 (diff)
Add support for delete operation
- Added new column operation in DB - Updated existing rows to have 'UPDATE' value for operation field - Added ability to process both V1 and V2 event schema - Changed code and testcase to support operation field Issue-ID: CPS-790 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: Ife24daa4b442e1499094b162727cc8704c25011e
Diffstat (limited to 'src/main/resources/db/changelog/changelog-master.xml')
-rw-r--r--src/main/resources/db/changelog/changelog-master.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/db/changelog/changelog-master.xml b/src/main/resources/db/changelog/changelog-master.xml
index 6ec36fb..7986d5e 100644
--- a/src/main/resources/db/changelog/changelog-master.xml
+++ b/src/main/resources/db/changelog/changelog-master.xml
@@ -26,5 +26,5 @@
<include file="db/changelog/schema/01-init-schema.xml"/>
<include file="db/changelog/data/02-init-data.xml"/>
<include file="db/changelog/schema/03-rename-network-data-timestamp-fields.xml"/>
-
+ <include file="db/changelog/schema/04-added-operation-field-in-network-data.xml"/>
</databaseChangeLog>