Commit 0ce6dd48 authored by nextime's avatar nextime

Fix thermostats sql script

parent fe2abe43
DROP table thermostats;
DROP table thermostats_progs;
DROP table thermostats_actions;
DROP table thermostats_progs;
DROP table thermostats;
CREATE TABLE IF NOT EXISTS `thermostats` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(32) NOT NULL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment