Run schema update and add migration script

This commit is contained in:
Lucas Bickel 2018-02-03 16:43:10 +01:00
parent ca9f156b3c
commit 313342c297
4 changed files with 18 additions and 2 deletions

View file

@ -39,7 +39,7 @@ class CcServiceRegisterTableMap extends TableMap
$this->setUseIdGenerator(false);
// columns
$this->addPrimaryKey('name', 'DbName', 'VARCHAR', true, 32, null);
$this->addColumn('ip', 'DbIp', 'VARCHAR', true, 18, null);
$this->addColumn('ip', 'DbIp', 'VARCHAR', true, 45, null);
// validators
} // initialize()