mirror of
https://github.com/sismics/docs.git
synced 2025-12-15 10:46:26 +00:00
add missing index
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user