Merge pull request #197 from volodymyr-babak/master

Dao service tests fixed
This commit is contained in:
VoBa 2017-07-04 18:59:33 +03:00 committed by GitHub
commit f682e49287

View File

@ -1,20 +1,20 @@
TRUNCATE TABLE admin_settings; DROP TABLE IF EXISTS admin_settings;
TRUNCATE TABLE alarm; DROP TABLE IF EXISTS alarm;
TRUNCATE TABLE asset; DROP TABLE IF EXISTS asset;
TRUNCATE TABLE attribute_kv; DROP TABLE IF EXISTS attribute_kv;
TRUNCATE TABLE component_descriptor; DROP TABLE IF EXISTS component_descriptor;
TRUNCATE TABLE customer; DROP TABLE IF EXISTS customer;
TRUNCATE TABLE dashboard; DROP TABLE IF EXISTS dashboard;
TRUNCATE TABLE device; DROP TABLE IF EXISTS device;
TRUNCATE TABLE device_credentials; DROP TABLE IF EXISTS device_credentials;
TRUNCATE TABLE event; DROP TABLE IF EXISTS event;
TRUNCATE TABLE plugin; DROP TABLE IF EXISTS plugin;
TRUNCATE TABLE relation; DROP TABLE IF EXISTS relation;
TRUNCATE TABLE rule; DROP TABLE IF EXISTS rule;
TRUNCATE TABLE tb_user; DROP TABLE IF EXISTS tb_user;
TRUNCATE TABLE tenant; DROP TABLE IF EXISTS tenant;
TRUNCATE TABLE ts_kv; DROP TABLE IF EXISTS ts_kv;
TRUNCATE TABLE ts_kv_latest; DROP TABLE IF EXISTS ts_kv_latest;
TRUNCATE TABLE user_credentials; DROP TABLE IF EXISTS user_credentials;
TRUNCATE TABLE widget_type; DROP TABLE IF EXISTS widget_type;
TRUNCATE TABLE widgets_bundle; DROP TABLE IF EXISTS widgets_bundle;