Skip to content
This repository has been archived by the owner on Dec 2, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
making humidity not required
  • Loading branch information
blalor committed Nov 9, 2010
1 parent 086aae8 commit 4a7c0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/calibration.schema
Expand Up @@ -2,7 +2,7 @@ CREATE TABLE temp_humid (
ts_utc integer not null,
channel text not null,
temp_C real not null,
humidity real not null,
humidity real,
measured_cap real,
period real,
primary key(ts_utc, channel)
Expand Down

0 comments on commit 4a7c0eb

Please sign in to comment.