fix mail e converted video flag
This commit is contained in:
@@ -48,6 +48,7 @@ CREATE TABLE IF NOT EXISTS lessons (
|
||||
-- Informazioni video
|
||||
video_url VARCHAR(500) DEFAULT NULL COMMENT 'URL video (YouTube, Vimeo, S3, o percorso locale)',
|
||||
video_platform VARCHAR(50) DEFAULT 'local' COMMENT 'Piattaforma: local, youtube, vimeo, s3',
|
||||
video_converted BOOLEAN DEFAULT FALSE COMMENT 'True se il video è stato convertito in MP4 H.264',
|
||||
thumbnail VARCHAR(500) DEFAULT NULL COMMENT 'URL immagine anteprima',
|
||||
duration INT DEFAULT NULL COMMENT 'Durata in minuti',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user