Renamed media type to track type for tracks

This commit is contained in:
Codenift 2020-01-06 17:15:04 -05:00
parent 3338e9289a
commit 386918da2b
23 changed files with 111 additions and 111 deletions

View file

@ -1 +1 @@
ALTER TABLE cc_files DROP COLUMN IF EXISTS media_type;
ALTER TABLE cc_files DROP COLUMN IF EXISTS track_type;