Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1830 → Rev 1831

/branches/v3/impl/src/updates/version/updateRepositorioDigital
1,6 → 1,6
ESTG NOVEMBRO DE 2017
 
correr o ant -> generateUpdateHibernateUpdateSql
correr o ant -> generateUpdateHibernateSql
 
SELECT * FROM baco4.repositoryfileversion where mirrorFileVersionId is not null;
 
/branches/v3/impl/src/hbm/pt/estgp/estgweb/domain/Questionarios.hbm.xml
1258,10 → 1258,10
<property name="escola" type="string"/>
<property name="codigoEscola" type="string"/>
<property name="courseReportQuestionsXml" type="string">
<column name="courseReportQuestionsXml" sql-type="TEXT"/>
<column name="courseReportQuestionsXml" sql-type="MEDIUMTEXT"/>
</property>
<property name="courseReportQuestionsJson" type="string">
<column name="courseReportQuestionsJson" sql-type="TEXT"/>
<column name="courseReportQuestionsJson" sql-type="MEDIUMTEXT"/>
</property>
<!--<many-to-one name="course" class="pt.estgp.estgweb.domain.Course" lazy="proxy" outer-join="false"/>-->
<subclass name="pt.estgp.estgweb.domain.QuestionarioReportCursoFileImpl" discriminator-value="QuestionarioReportCursoFileImpl"/>