1
0
mirror of https://github.com/sismics/docs.git synced 2025-05-09 03:03:23 +02:00

add missing index

This commit is contained in:
Benjamin Gamard 2018-03-31 22:53:49 +02:00
parent b3349176d9
commit 90a3d7aa68
6 changed files with 20 additions and 18 deletions
docs-core/src/main
java/com/sismics/util
resources
docs-web/src
dev/resources
prod/resources
stress/resources

@ -55,7 +55,7 @@ public class EnvironmentUtil {
* @return Unit testing environment
*/
public static boolean isUnitTest() {
return !webappContext || isDevMode();
return !webappContext;
}
/**

@ -1 +1 @@
db.version=18
db.version=19

@ -0,0 +1,2 @@
create index IDX_DOT_COMPOSITE on T_DOCUMENT_TAG (DOT_IDDOCUMENT_C, DOT_IDTAG_C, DOT_DELETEDATE_D);
update T_CONFIG set CFG_VALUE_C = '19' where CFG_ID_C = 'DB_VERSION';

@ -1,3 +1,3 @@
api.current_version=${project.version}
api.min_version=1.0
db.version=18
db.version=19

@ -1,3 +1,3 @@
api.current_version=${project.version}
api.min_version=1.0
db.version=18
db.version=19

@ -1,3 +1,3 @@
api.current_version=${project.version}
api.min_version=1.0
db.version=18
db.version=19