commit | 43a3982feeab703d165788e8871b435fc1ae63d9 | [log] [tgz] |
---|---|---|
author | Toine Siebelink <toine.siebelink@est.tech> | Thu Jan 06 14:25:02 2022 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Thu Jan 06 14:25:02 2022 +0000 |
tree | 8aa66685737b69217690ebf9663926f5f5f2d8d2 | |
parent | 16400822688ddd5ec6175158590a84bd8f5c9875 [diff] | |
parent | 50c6f3569c2e2aea0a8377ad8492b4c485e20d09 [diff] |
Merge "cps-temporal update release notes"
diff --git a/src/main/resources/db/changelog/schema/04-added-operation-field-in-network-data.xml b/src/main/resources/db/changelog/schema/04-added-operation-field-in-network-data.xml index 62b93b9..88b3f92 100644 --- a/src/main/resources/db/changelog/schema/04-added-operation-field-in-network-data.xml +++ b/src/main/resources/db/changelog/schema/04-added-operation-field-in-network-data.xml
@@ -48,4 +48,8 @@ <comment>Remove not null constraint from payload to support delete operation</comment> <dropNotNullConstraint tableName="network_data" columnName="payload"/> </changeSet> + <changeSet id="4.3" author="cps"> + <comment>Added not null constraint to operation field</comment> + <addNotNullConstraint tableName="network_data" columnName="operation"/> + </changeSet> </databaseChangeLog>