3 lines
141 B
SQL
3 lines
141 B
SQL
ALTER TABLE libraries
|
|
ADD transcode_command bigint REFERENCES ffmpeg_commands(id),
|
|
ADD health_command bigint REFERENCES ffmpeg_commands(id);
|