Fix Incorrect Tasks Table Primary Key
This commit is contained in:
parent
a8f93606df
commit
6d72c7d38d
3 changed files with 26 additions and 2 deletions
|
|
@ -14,6 +14,7 @@ pub fn is_valid_task_status(status: &str) -> bool {
|
|||
#[derive(Clone)]
|
||||
pub struct Task {
|
||||
pub deleted: bool,
|
||||
pub data_id: i64,
|
||||
pub id: String,
|
||||
pub in_game_id: String,
|
||||
pub boss_app_id: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue