Added option to set media type for tracks.

This commit is contained in:
Codenift 2019-09-20 03:09:41 -04:00
parent 2e23238f2c
commit b411d6d6f2
17 changed files with 281 additions and 129 deletions

View file

@ -0,0 +1 @@
ALTER TABLE cc_files ADD COLUMN media_type VARCHAR(4);