Included persistence information for resources load criterion filter property

FEA: ItEr77S15FilteringEnhancements
This commit is contained in:
Lorenzo Tilve Álvaro 2013-01-31 11:07:20 +01:00
parent 13a4473d3f
commit 32641a5919
2 changed files with 11 additions and 0 deletions

View file

@ -248,4 +248,12 @@
</addColumn>
</changeSet>
<changeSet id="add-resources_load_filter_criterion_id-column-to-user_table"
author="ltilve">
<comment>Add column to store criterion reference for default resources load filtering</comment>
<addColumn tableName="user_table">
<column name="resources_load_filter_criterion_id" type="BIGINT" />
</addColumn>
</changeSet>
</databaseChangeLog>

View file

@ -74,6 +74,9 @@
<many-to-one name="projectsFilterLabel" cascade="none"
column="projects_filter_label_id" />
<many-to-one name="resourcesLoadFilterCriterion" cascade="none"
column="resources_load_filter_criterion_id" />
</class>
<class name="Profile" table="profile_table">