Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
domotikad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
domotika
domotikad
Commits
0ce6dd48
Commit
0ce6dd48
authored
Mar 03, 2014
by
nextime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix thermostats sql script
parent
fe2abe43
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
99_clima2.sql
Databases/createdb/99_clima2.sql
+2
-2
No files found.
Databases/createdb/99_clima2.sql
View file @
0ce6dd48
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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment