mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-04 14:44:21 +02:00
fix: migrations
schemafull
This commit is contained in:
@@ -51,8 +51,11 @@ pub struct TextContentSearchResult {
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq)]
|
||||
pub struct UrlInfo {
|
||||
#[serde(default)]
|
||||
pub url: String,
|
||||
#[serde(default)]
|
||||
pub title: String,
|
||||
#[serde(default)]
|
||||
pub image_id: String,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user