Commit e8620d866e7f024747f7166dc00b201efcd8841c
Committed by
GitHub
Merge pull request #1109 from thingsboard/typo-fix
typo-fix
Showing
2 changed files
with
2 additions
and
1 deletions
@@ -20,7 +20,7 @@ DROP MATERIALIZED VIEW IF EXISTS thingsboard.entity_view_by_tenant_and_customer; | @@ -20,7 +20,7 @@ DROP MATERIALIZED VIEW IF EXISTS thingsboard.entity_view_by_tenant_and_customer; | ||
20 | DROP MATERIALIZED VIEW IF EXISTS thingsboard.entity_view_by_tenant_and_entity_id; | 20 | DROP MATERIALIZED VIEW IF EXISTS thingsboard.entity_view_by_tenant_and_entity_id; |
21 | 21 | ||
22 | DROP TABLE IF EXISTS thingsboard.entity_views; | 22 | DROP TABLE IF EXISTS thingsboard.entity_views; |
23 | -ControllerSqlTestSuite | 23 | + |
24 | CREATE TABLE IF NOT EXISTS thingsboard.entity_views ( | 24 | CREATE TABLE IF NOT EXISTS thingsboard.entity_views ( |
25 | id timeuuid, | 25 | id timeuuid, |
26 | entity_id timeuuid, | 26 | entity_id timeuuid, |
@@ -400,6 +400,7 @@ audit_log: | @@ -400,6 +400,7 @@ audit_log: | ||
400 | "user": "${AUDIT_LOG_MASK_USER:W}" | 400 | "user": "${AUDIT_LOG_MASK_USER:W}" |
401 | "rule_chain": "${AUDIT_LOG_MASK_RULE_CHAIN:W}" | 401 | "rule_chain": "${AUDIT_LOG_MASK_RULE_CHAIN:W}" |
402 | "alarm": "${AUDIT_LOG_MASK_ALARM:W}" | 402 | "alarm": "${AUDIT_LOG_MASK_ALARM:W}" |
403 | + "entity_view": "${AUDIT_LOG_MASK_RULE_CHAIN:W}" | ||
403 | sink: | 404 | sink: |
404 | # Type of external sink. possible options: none, elasticsearch | 405 | # Type of external sink. possible options: none, elasticsearch |
405 | type: "${AUDIT_LOG_SINK_TYPE:none}" | 406 | type: "${AUDIT_LOG_SINK_TYPE:none}" |