diff options
author | Steve Smokowski <ss835w@att.com> | 2019-02-07 11:14:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-07 11:14:32 +0000 |
commit | db2fb3ef8992c12b3be11ab3f6634bf23da1abe9 (patch) | |
tree | be1d7d88e0f58698496fb3b7debba4ab7af27b3b /asdc-controller/src/test/resources/data.sql | |
parent | 8195d32a2056fcd875001c4e569242506020940a (diff) | |
parent | 9e795bea4075ab0f5666c173c822f5a443ea5449 (diff) |
Merge "store raw distribution notification in db"
Diffstat (limited to 'asdc-controller/src/test/resources/data.sql')
-rw-r--r-- | asdc-controller/src/test/resources/data.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asdc-controller/src/test/resources/data.sql b/asdc-controller/src/test/resources/data.sql index 681ee3bda7..70737abf5a 100644 --- a/asdc-controller/src/test/resources/data.sql +++ b/asdc-controller/src/test/resources/data.sql @@ -59,6 +59,6 @@ insert into requestdb.watchdog_per_component_distribution_status(DISTRIBUTION_ID ('testStatusExceptionTosca', 'AAI', 'COMPONENT_MALFORMED'), ('testStatusExceptionTosca', 'SDNC', 'COMPONENT_MALFORMED'); -insert into requestdb.watchdog_service_mod_ver_id_lookup(DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values -('watchdogTestStatusSuccess', '5df8b6de-2083-11e7-93ae-92361f002671'), -('watchdogTestStatusNull', '00000000-0000-0000-0000-000000000000'); +insert into requestdb.watchdog_service_mod_ver_id_lookup(DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID, DISTRIBUTION_NOTIFICATION, CONSUMER_ID) values +('watchdogTestStatusSuccess', '5df8b6de-2083-11e7-93ae-92361f002671', NULL, NULL), +('watchdogTestStatusNull', '00000000-0000-0000-0000-000000000000', NULL, NULL); |