Included persistence information for resources load criterion filter property
FEA: ItEr77S15FilteringEnhancements
This commit is contained in:
parent
13a4473d3f
commit
32641a5919
2 changed files with 11 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue