CC-2591: Allow upload of any audio clip to Soundcloud
- done - need more styling - note there were changes in style.css
This commit is contained in:
parent
8679194c33
commit
73dc4b851d
28 changed files with 833 additions and 238 deletions
|
@ -38,7 +38,7 @@ class CcComponentTableMap extends TableMap {
|
|||
$this->setUseIdGenerator(false);
|
||||
// columns
|
||||
$this->addPrimaryKey('NAME', 'DbName', 'VARCHAR', true, 32, null);
|
||||
$this->addColumn('IP', 'DbIp', 'VARCHAR', true, 32, null);
|
||||
$this->addColumn('IP', 'DbIp', 'VARCHAR', true, 18, null);
|
||||
// validators
|
||||
} // initialize()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue