diff options
author | pks <pks@pks.rocks> | 2021-05-01 06:16:19 +0200 |
---|---|---|
committer | pks <pks@pks.rocks> | 2021-05-01 06:16:19 +0200 |
commit | 63fbf0f3aadb4b6d037a8164b501fe836d9c361d (patch) | |
tree | a33240dfd9ad5c57f283e942514bb8ce67d71085 /create-db.rb | |
parent | 00fdbd489494c917865cf3fbf153e5751052e2d1 (diff) |
v1
Diffstat (limited to 'create-db.rb')
-rwxr-xr-x | create-db.rb | 5 |
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 - |