This commit is contained in:
parent
e47a254cad
commit
d63dfc88d7
5 changed files with 25 additions and 3 deletions
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE files
|
||||
DROP IF EXISTS ffprobe;
|
2
migrations/000018_alter_files_table_ffprobe_data.up.sql
Normal file
2
migrations/000018_alter_files_table_ffprobe_data.up.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE files
|
||||
ADD ffprobe_data JSONB;
|
Loading…
Add table
Add a link
Reference in a new issue