New xsd schema and postgresql backend

Hello,

when i was using Nuxeo 5.8 /PosgresSQL 9.1 , i had a table ori_oriid created when deploying my project containing ori.xsd (see files below). since i'm using Nuxeo 7.10 / PosgreSQL 9.1, the table isn't created anymore and i don't see why . should i upgrade my sql server ? something had changed in the configuration files ?

Henri

0 votes

1 answers

1889 views

ANSWER



The table should be created in the same way, unless you have set nuxeo.vcs.ddlmode=ignore or nuxeo.vcs.noddl=true. See https://doc.nuxeo.com/nxdoc/configuration-parameters-index-nuxeoconf/ for the meaning of those.

0 votes



my configuration.properties file contains : nuxeo.vcs.ddlmode=execute

That means my xsd schema file is not read by VCS ?

10/04/2017

Change the log level for org.nuxeo to INFO in lib/log4j.xml to find out.
10/05/2017