chore: 移除、修改一些数据库字段
This commit is contained in:
@@ -11,7 +11,6 @@ pub struct Model {
|
||||
pub f_id: i32,
|
||||
pub name: String,
|
||||
pub path: String,
|
||||
pub enabled: bool,
|
||||
pub created_at: String,
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ pub struct Model {
|
||||
pub cid: i32,
|
||||
pub pid: i32,
|
||||
pub name: String,
|
||||
pub path: String,
|
||||
pub path: Option<String>,
|
||||
pub image: Option<String>,
|
||||
pub download_status: u32,
|
||||
pub created_at: String,
|
||||
|
||||
Reference in New Issue
Block a user