Add more configurable metadata to datasets
This commit is contained in:
parent
fae735d29b
commit
3d97028b92
4 changed files with 68 additions and 24 deletions
|
|
@ -193,7 +193,11 @@ fn dataset_new(name: Option<String>, auth_token: Option<String>) {
|
|||
last_sync: Timestamp(1),
|
||||
game_id,
|
||||
game_name,
|
||||
country: None,
|
||||
state: None,
|
||||
decay_rate: 0.5,
|
||||
period: (3600 * 24 * 30) as f64,
|
||||
tau: 0.2,
|
||||
},
|
||||
)
|
||||
.expect("Error communicating with SQLite");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue