New xsd schema and postgresql backend
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2017 06:01 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2017 06:55 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2017 09:07 AM
my configuration.properties file contains
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2017 04:53 AM
Change the log level for org.nuxeo
to INFO
in lib/log4j.xml
to find out.
