drop-all-tables.sql
530 Bytes
TRUNCATE TABLE admin_settings;
TRUNCATE TABLE alarm;
TRUNCATE TABLE asset;
TRUNCATE TABLE attribute_kv;
TRUNCATE TABLE component_descriptor;
TRUNCATE TABLE customer;
TRUNCATE TABLE dashboard;
TRUNCATE TABLE device;
TRUNCATE TABLE device_credentials;
TRUNCATE TABLE event;
TRUNCATE TABLE plugin;
TRUNCATE TABLE relation;
TRUNCATE TABLE rule;
TRUNCATE TABLE tb_user;
TRUNCATE TABLE tenant;
TRUNCATE TABLE ts_kv;
TRUNCATE TABLE ts_kv_latest;
TRUNCATE TABLE user_credentials;
TRUNCATE TABLE widget_type;
TRUNCATE TABLE widgets_bundle;