morffix/migrations/000019_alter_libraries_table_command.up.sql
speatzle 011f97a3e6
All checks were successful
/ release (push) Successful in 32s
Add Comand to Library
2024-10-08 16:42:25 +02:00

3 lines
141 B
SQL

ALTER TABLE libraries
ADD transcode_command bigint REFERENCES ffmpeg_commands(id),
ADD health_command bigint REFERENCES ffmpeg_commands(id);