Skip to content

Commit ebb906a

Browse files
committed
Add Database Migration for index
1 parent 6b366b9 commit ebb906a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
--
2+
-- (c) Kitodo. Key to digital objects e. V. <[email protected]>
3+
--
4+
-- This file is part of the Kitodo project.
5+
--
6+
-- It is licensed under GNU General Public License version 3 or later.
7+
--
8+
-- For the full copyright and license information, please read the
9+
-- GPL3-License.txt file that was distributed with this source code.
10+
--
11+
12+
-- Add index for faster process list
13+
CREATE INDEX index_process_sorthelperstatus ON process(sortHelperStatus);

Kitodo/src/main/webapp/pages/processes.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<h:panelGroup id="processCount" layout="inline">
4343
#{msgs.hits}: #{ProcessForm.amount}
4444
</h:panelGroup>
45-
<h:form id="headerForm" style="display:none">
45+
<h:form id="headerForm">
4646
<p:remoteCommand name="updateProcessCount"
4747
update=":processCount"
4848
process="@this" />

0 commit comments

Comments
 (0)