Showing
1 changed file
with
3 additions
and
2 deletions
1 | -/*-- | |
1 | +-- | |
2 | 2 | -- Copyright © 2016-2018 The Thingsboard Authors |
3 | 3 | -- |
4 | 4 | -- Licensed under the Apache License, Version 2.0 (the "License"); |
... | ... | @@ -12,7 +12,8 @@ |
12 | 12 | -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 | 13 | -- See the License for the specific language governing permissions and |
14 | 14 | -- limitations under the License. |
15 | ---*/ | |
15 | +-- | |
16 | + | |
16 | 17 | DROP MATERIALIZED VIEW IF EXISTS thingsboard.entity_views_by_tenant_and_name; |
17 | 18 | DROP MATERIALIZED VIEW IF EXISTS thingsboard.entity_views_by_tenant_and_entity; |
18 | 19 | DROP MATERIALIZED VIEW IF EXISTS thingsboard.entity_views_by_tenant_and_customer; | ... | ... |