mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
WeatherWidget temp unit. WeatherSettings update on change
This commit is contained in:
@@ -6,6 +6,7 @@ const Weather = sequelize.define('Weather', {
|
||||
tempC: DataTypes.FLOAT,
|
||||
tempF: DataTypes.FLOAT,
|
||||
isDay: DataTypes.INTEGER,
|
||||
cloud: DataTypes.INTEGER,
|
||||
conditionText: DataTypes.TEXT,
|
||||
conditionCode: DataTypes.INTEGER
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user