diff options
author | Xue Gao <xg353y@intl.att.com> | 2019-04-05 14:34:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-05 14:34:04 +0000 |
commit | a9f66923cddf2263ebbeb24825b95875c6932281 (patch) | |
tree | 6253fdfebe8dfa8e41d74461a4a4253edf5c2085 /extra | |
parent | 8ca701623868f201f4248131ff7a5b26f547385d (diff) | |
parent | dfa86ca8a3d8380487261da22cbf582b547e3276 (diff) |
Merge "Introduce Camel route"
Diffstat (limited to 'extra')
-rw-r--r-- | extra/sql/bulkload/create-tables.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/sql/bulkload/create-tables.sql b/extra/sql/bulkload/create-tables.sql index 29e0facda..3c261eb4f 100644 --- a/extra/sql/bulkload/create-tables.sql +++ b/extra/sql/bulkload/create-tables.sql @@ -35,7 +35,6 @@ create table micro_service_policies ( name varchar(255) not null, - blueprint_name varchar(255) not null, json_representation json not null, model_type varchar(255) not null, policy_tosca MEDIUMTEXT not null, |