cancel
Showing results for 
Search instead for 
Did you mean: 

New xsd schema and postgresql backend

Henri_Jacob
Champ on-the-rise
Champ on-the-rise

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

3 REPLIES 3

Florent_Guillau
World-Class Innovator
World-Class Innovator

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.

my configuration.properties file contains

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