3 lines
147 B
SQL
3 lines
147 B
SQL
ALTER TABLE libraries
|
|
ADD transcode_command_id bigint REFERENCES ffmpeg_commands(id),
|
|
ADD health_command_id bigint REFERENCES ffmpeg_commands(id);
|