Browse Source

typo-fix

pull/1109/head
Volodymyr Babak 8 years ago
parent
commit
286b296f44
  1. 2
      application/src/main/data/upgrade/2.1.1/schema_update.cql

2
application/src/main/data/upgrade/2.1.1/schema_update.cql

@ -20,7 +20,7 @@ DROP MATERIALIZED VIEW IF EXISTS thingsboard.entity_view_by_tenant_and_customer;
DROP MATERIALIZED VIEW IF EXISTS thingsboard.entity_view_by_tenant_and_entity_id; DROP MATERIALIZED VIEW IF EXISTS thingsboard.entity_view_by_tenant_and_entity_id;
DROP TABLE IF EXISTS thingsboard.entity_views; DROP TABLE IF EXISTS thingsboard.entity_views;
ControllerSqlTestSuite
CREATE TABLE IF NOT EXISTS thingsboard.entity_views ( CREATE TABLE IF NOT EXISTS thingsboard.entity_views (
id timeuuid, id timeuuid,
entity_id timeuuid, entity_id timeuuid,

Loading…
Cancel
Save