move ffmpeg command to seperate table
This commit is contained in:
parent
72dfd2408f
commit
cdeb266e38
20 changed files with 245 additions and 84 deletions
6
migrations/000012_create_ffmpeg_commands_table.up.sql
Normal file
6
migrations/000012_create_ffmpeg_commands_table.up.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
CREATE TABLE IF NOT EXISTS ffmpeg_commands(
|
||||
id bigserial PRIMARY KEY,
|
||||
name VARCHAR (50) NOT NULL,
|
||||
data JSONB
|
||||
);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue