Commit graph

2 commits

Author SHA1 Message Date
jlightner
8d77ae248a fix: remove duplicate embed_thumbnail/sponsor_block_remove columns from migration 0013
Some checks failed
CI / test (push) Failing after 20s
Migration 0011 already adds these columns to format_profiles. The duplicate
ALTER TABLE statements in 0013 cause SQLITE_ERROR on production DB where 0011
was already applied.
2026-04-04 08:03:38 +00:00
jlightner
373a2ee649 test: Created POST /api/v1/download/url/preview endpoint that resolves…
- "src/server/routes/adhoc-download.ts"
- "src/__tests__/adhoc-download-api.test.ts"
- "src/server/index.ts"
- "drizzle/0013_flat_lady_deathstrike.sql"

GSD-Task: S01/T02
2026-04-04 05:07:24 +00:00