chore: 移除、修改一些数据库字段

This commit is contained in:
amtoaer
2024-03-31 00:41:31 +08:00
parent fd5ee524bb
commit 937ae2c157
3 changed files with 3 additions and 6 deletions

View File

@@ -13,7 +13,6 @@ pub struct Model {
pub name: String,
pub path: String,
pub image: Option<String>,
pub valid: bool,
pub download_status: u32,
pub created_at: String,
}

View File

@@ -20,7 +20,7 @@ pub struct Model {
pub ctime: DateTime,
pub pubtime: DateTime,
pub favtime: DateTime,
pub handled: bool,
pub download_status: u32,
pub valid: bool,
pub tags: Option<serde_json::Value>,
pub single_page: Option<bool>,