You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15014.down

10 lines
235 B

USE provisioning;
SET FOREIGN_KEY_CHECKS=0;
DROP TABLE `autoprov_configs`;
DROP TABLE `autoprov_devices`;
DROP TABLE `autoprov_field_devices`;
DROP TABLE `autoprov_firmwares`;
DROP TABLE `autoprov_profiles`;
SET FOREIGN_KEY_CHECKS=1;