CC-3099: Does Airtime upgrade work when the database username + password is changed from default?

-add propel files for 2.0 upgrade script
This commit is contained in:
Martin Konecny 2011-11-29 15:27:50 -05:00
parent 8b8b2e6fb4
commit 58ce8cf95b
169 changed files with 69157 additions and 1 deletions

View file

@ -0,0 +1,18 @@
<?php
/**
* Skeleton subclass for representing a row from the 'cc_perms' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package propel.generator.airtime
*/
class CcPerms extends BaseCcPerms {
} // CcPerms