support nullable uri

This commit is contained in:
Fabian Freund
2025-06-29 20:10:11 +02:00
parent 9a1f36a029
commit 920c237112
5 changed files with 43 additions and 40 deletions
@@ -9,8 +9,8 @@ CREATE TABLE feed (
url TEXT PRIMARY KEY NOT NULL MAPPED BY `const UriConverter()`,
title TEXT,
description TEXT,
icon TEXT MAPPED BY `const UriConverter()`,
site_link TEXT MAPPED BY `const UriConverter()`,
icon TEXT MAPPED BY `const UriConverterNullable()`,
site_link TEXT MAPPED BY `const UriConverterNullable()`,
authors TEXT MAPPED BY `const FeedAuthorsConverter()`,
tags TEXT MAPPED BY `const FeedCategoriesConverter()`,
last_fetched DATETIME