git save current version as 0.0.8

This commit is contained in:
liaibo
2025-12-02 18:10:39 +08:00
parent 3a9b0dc83c
commit 15921bfeb7
466 changed files with 2477 additions and 352016 deletions
@@ -0,0 +1,6 @@
alter table if exists public.media_assets
add column if not exists ocr_payload jsonb,
add column if not exists ocr_strategy text not null default 'auto';
create index if not exists media_assets_ocr_status_idx
on public.media_assets (ocr_status);