Updated sql schema to include image_path in Cc_Show table

This commit is contained in:
Duncan Sommerville 2014-09-16 18:13:46 -04:00
parent 3655c261ac
commit 8494f813ee
7 changed files with 99 additions and 34 deletions

View file

@ -51,6 +51,7 @@ class CcShowTableMap extends TableMap {
$this->addColumn('LIVE_STREAM_PASS', 'DbLiveStreamPass', 'VARCHAR', false, 255, null);
$this->addColumn('LINKED', 'DbLinked', 'BOOLEAN', true, null, false);
$this->addColumn('IS_LINKABLE', 'DbIsLinkable', 'BOOLEAN', true, null, true);
$this->addColumn('IMAGE_PATH', 'DbImagePath', 'VARCHAR', false, 255, null);
// validators
} // initialize()