Ignore:
Timestamp:
21/01/07 06:35:36 (5 years ago)
Author:
nigel
Message:

added total rain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • openweather/openweather.install

    r96 r100  
    1717  `wind_chill` decimal(3,1) NOT NULL default '0.0', 
    1818  `rain_1h` decimal(3,1) NOT NULL default '0.0', 
     19  `rain_total` DECIMAL( 5, 1 ) NOT NULL , 
    1920  `rel_pressure` decimal(5,1) NOT NULL default '0.0', 
    2021  `tendency` varchar(7) NOT NULL default '', 
Note: See TracChangeset for help on using the changeset viewer.