Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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, | ... | ... |