fix: migrations

schemafull
This commit is contained in:
Per Stark
2025-12-22 08:04:50 +01:00
parent 04faa38ee6
commit 30b8a65377
7 changed files with 116 additions and 2 deletions

View File

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