feat: GetTitles now returns all the field needed

This commit is contained in:
Iron_Felix 2025-11-16 02:38:36 +03:00
parent d1180a426f
commit 13a283ae8d
6 changed files with 119 additions and 51 deletions

View file

@ -14,6 +14,7 @@ CREATE TABLE providers (
CREATE TABLE tags (
id bigint GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
-- example: { "ru": "Сёдзё", "en": "Shojo", "jp": "少女"}
tag_names jsonb NOT NULL
);