mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-22 15:12:28 -04:00
Store image id instead of low/middle/high uri
This commit is contained in:
@@ -5,7 +5,7 @@ export const schema = pgSchema("kyoo");
|
||||
export const language = () => varchar({ length: 255 });
|
||||
|
||||
export const image = () =>
|
||||
jsonb().$type<{ source: string; blurhash: string }>();
|
||||
jsonb().$type<{ id: string; source: string; blurhash: string }>();
|
||||
|
||||
export const externalid = () =>
|
||||
jsonb()
|
||||
|
||||
Reference in New Issue
Block a user