X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fschema_12.sql;h=c4cef5f5762c32985c2072fee47504e91757c11a;hb=6a48f4d88b6972dd7f6c18f690fd29e47dda1e17;hp=7aaab11e9386a62ba5e514f58a7e50e1256116dc;hpb=7ecdac335b89831e5d9043434f05beb21dff640a;p=dmaap%2Fdbcapi.git diff --git a/src/main/resources/schema_12.sql b/src/main/resources/schema_12.sql index 7aaab11..c4cef5f 100644 --- a/src/main/resources/schema_12.sql +++ b/src/main/resources/schema_12.sql @@ -7,9 +7,9 @@ -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -21,9 +21,10 @@ @alter table dr_sub - add column guaranteed_delivery boolean, - add column guaranteed_sequence boolean, - add column privileged_subscriber boolean + add column guaranteed_delivery boolean, + add column guaranteed_sequence boolean, + add column privileged_subscriber boolean, + add column decompress boolean ;