summaryrefslogtreecommitdiff
path: root/create-db.rb
diff options
context:
space:
mode:
Diffstat (limited to 'create-db.rb')
-rwxr-xr-xcreate-db.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/create-db.rb b/create-db.rb
index 12326c0..2866b7b 100755
--- a/create-db.rb
+++ b/create-db.rb
@@ -42,9 +42,10 @@ db.execute <<-SQL
humidity FLOAT,
humidity_status TEXT,
humidity_status_numeric INTEGER,
- temperature FLOAT
+ temperature FLOAT,
+ forecast TEXT,
+ forecast_numeric INTEGER
);
SQL
db.close
-