mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 14:07:55 +01:00
add missing index
This commit is contained in:
parent
b3349176d9
commit
90a3d7aa68
@ -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
|
Loading…
Reference in New Issue
Block a user