Prepare Soundbox Ops deployment

This commit is contained in:
Wira Basalamah
2026-06-06 20:58:04 +07:00
parent 60b1537c4c
commit 00580a98fc
16 changed files with 3238 additions and 270 deletions

View File

@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE soundbox_models ADD COLUMN IF NOT EXISTS thumbnail_url TEXT;
COMMIT;