Fix Incorrect Tasks Table Primary Key

This commit is contained in:
BloxerHD 2026-02-25 11:43:55 +00:00
commit 6d72c7d38d
3 changed files with 26 additions and 2 deletions

View file

@ -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,