Skip to content

Commit

Permalink
NXP-17396: don't use compat mode anymore on master
Browse files Browse the repository at this point in the history
  • Loading branch information
efge committed Dec 1, 2015
1 parent c51026c commit f719686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -217,7 +217,7 @@ public Mapper newMapper(Model model, PathResolver pathResolver, boolean useInval
if (ddlMode == null) {
// compat
ddlMode = repositoryDescriptor.getNoDDL() ? RepositoryDescriptor.DDL_MODE_IGNORE
: RepositoryDescriptor.DDL_MODE_COMPAT;
: RepositoryDescriptor.DDL_MODE_EXECUTE;
}
if (ddlMode.equals(RepositoryDescriptor.DDL_MODE_IGNORE)) {
log.info("Skipping database creation");
Expand Down
Expand Up @@ -25,7 +25,7 @@ nuxeo.vcs.idle-timeout-minutes=10
nuxeo.vcs.fulltext.disabled=false
nuxeo.vcs.fulltext.search.disabled=false
nuxeo.vcs.noddl=false
nuxeo.vcs.ddlmode=compat
nuxeo.vcs.ddlmode=execute
nuxeo.vcs.idtype=varchar
nuxeo.vcs.fulltext.analyzer.language=english
nuxeo.vcs.optimizations.acl.enabled=true
Expand Down

0 comments on commit f719686

Please sign in to comment.