Commit e8620d866e7f024747f7166dc00b201efcd8841c

Authored by VoBa
Committed by GitHub
2 parents 6475c696 79203bc2

Merge pull request #1109 from thingsboard/typo-fix

typo-fix
... ... @@ -20,7 +20,7 @@ DROP MATERIALIZED VIEW IF EXISTS thingsboard.entity_view_by_tenant_and_customer;
20 20 DROP MATERIALIZED VIEW IF EXISTS thingsboard.entity_view_by_tenant_and_entity_id;
21 21
22 22 DROP TABLE IF EXISTS thingsboard.entity_views;
23   -ControllerSqlTestSuite
  23 +
24 24 CREATE TABLE IF NOT EXISTS thingsboard.entity_views (
25 25 id timeuuid,
26 26 entity_id timeuuid,
... ...
... ... @@ -400,6 +400,7 @@ audit_log:
400 400 "user": "${AUDIT_LOG_MASK_USER:W}"
401 401 "rule_chain": "${AUDIT_LOG_MASK_RULE_CHAIN:W}"
402 402 "alarm": "${AUDIT_LOG_MASK_ALARM:W}"
  403 + "entity_view": "${AUDIT_LOG_MASK_RULE_CHAIN:W}"
403 404 sink:
404 405 # Type of external sink. possible options: none, elasticsearch
405 406 type: "${AUDIT_LOG_SINK_TYPE:none}"
... ...