Prepare Soundbox Ops deployment
This commit is contained in:
5
migrations/006_soundbox_model_thumbnail.sql
Normal file
5
migrations/006_soundbox_model_thumbnail.sql
Normal file
@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE soundbox_models ADD COLUMN IF NOT EXISTS thumbnail_url TEXT;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user