removed the media type PR from the artwork PR with revert

This commit is contained in:
Robb Ebright 2019-10-13 08:16:45 -04:00
parent 8bcef25d4e
commit 5c1481167e
17 changed files with 129 additions and 269 deletions

View file

@ -112,7 +112,6 @@ class CcFilesTableMap extends TableMap
$this->addColumn('filesize', 'DbFilesize', 'INTEGER', true, null, 0);
$this->addColumn('description', 'DbDescription', 'VARCHAR', false, 512, null);
$this->addColumn('artwork', 'DbArtwork', 'VARCHAR', false, 512, null);
$this->addColumn('media_type', 'DbMediaType', 'VARCHAR', false, 4, null);
// validators
} // initialize()