Commit 286b296f44ed2018b700b89fa325daaed5e780c0

Authored by Volodymyr Babak
1 parent 6475c696

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,
... ...