feat: implement character overrides and update daily character retrieval logic

This commit is contained in:
2026-03-01 17:43:33 +01:00
parent 00bd718699
commit 031db29d62
6 changed files with 1236 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ export const characterOverride = sqliteTable('characterOverride', {
bounty: integer('bounty'),
height: real('height'),
origin: text('origin'),
firstAppearance: integer('firstAppearance').notNull(),
firstAppearance: integer('firstAppearance'),
pictureUrl: text('pictureUrl'),
epithets: text('epithets', { mode: 'json' }).$type<string[]>(),
status: text('status'),