was added entity_type field to entity_views table
This commit is contained in:
parent
8ecd9628ca
commit
c5827e1b9e
@ -24,6 +24,7 @@ DROP TABLE IF EXISTS thingsboard.entity_views;
|
||||
CREATE TABLE IF NOT EXISTS thingsboard.entity_views (
|
||||
id timeuuid,
|
||||
entity_id timeuuid,
|
||||
entity_type text,
|
||||
tenant_id timeuuid,
|
||||
customer_id timeuuid,
|
||||
name text,
|
||||
|
||||
@ -642,6 +642,7 @@ CREATE TABLE IF NOT EXISTS thingsboard.rule_node (
|
||||
CREATE TABLE IF NOT EXISTS thingsboard.entity_views (
|
||||
id timeuuid,
|
||||
entity_id timeuuid,
|
||||
entity_type text,
|
||||
tenant_id timeuuid,
|
||||
customer_id timeuuid,
|
||||
name text,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user