Files
serv_benchmark/backend/migrations/009_add_thumbnail_path.sql
Gilles Soulier c67befc549 addon
2026-01-05 16:08:01 +01:00

9 lines
312 B
SQL
Executable File

-- Migration 009: Add thumbnail_path to peripheral_photos
-- Date: 2025-12-31
-- Add thumbnail_path field (path to thumbnail image)
ALTER TABLE peripheral_photos ADD COLUMN thumbnail_path TEXT;
-- Thumbnails will be stored in uploads/peripherals/photos/{id}/thumbnail/
-- and generated automatically on upload