propel rename done for template fields, template name input.

This commit is contained in:
Naomi 2013-07-29 17:21:46 -04:00
parent db4e025c05
commit 8eecbb18c0
17 changed files with 2607 additions and 74 deletions

View file

@ -501,7 +501,7 @@
<column name="id" phpName="DbId" primaryKey="true" type="INTEGER" autoIncrement="true" required="true" />
<column name="template_name" phpName="DbTemplateName" type="VARCHAR" size="128" required="true" />
</table>
<table name="cc_playout_history_template_field" phpName="CcPlayoutHistoryTemplateTag">
<table name="cc_playout_history_template_field" phpName="CcPlayoutHistoryTemplateField">
<column name="id" phpName="DbId" primaryKey="true" type="INTEGER" autoIncrement="true" required="true" />
<column name="template_id" phpName="DbTemplateId" type="INTEGER" required="true" />
<column name="name" phpName="DbName" type="VARCHAR" size="128" required="true" />