move ffmpeg command to seperate table
This commit is contained in:
parent
72dfd2408f
commit
cdeb266e38
20 changed files with 245 additions and 84 deletions
2
migrations/000014_alter_task_table_ffmpeg_command.up.sql
Normal file
2
migrations/000014_alter_task_table_ffmpeg_command.up.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE tasks
|
||||
ADD ffmpeg_command_id bigint REFERENCES ffmpeg_commands(id) NOT NULL DEFAULT 1;
|
Loading…
Add table
Add a link
Reference in a new issue