Multiple Repositories: There are any way to avoid an Custom Schema be created in all databases?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2018 04:23 PM
Multiple Repositories: There are any way to avoid an Custom Schema be created in all databases?
Nowadays: We have An Nuxeo Instance with some repositories, and all Custom Schemas are created across all Repositories.
E.g.: Nuxeo Instance with-> Repo-A, Repo-B
Repo-A ---> File, Dublincore, CustomSchemaA, CustomSchemaB, CustomSchemaB1, CustomSchemaB2
Repo-B ---> File, Dublincore, CustomSchemaA, CustomSchemaB, CustomSchemaB1, CustomSchemaB2
I'd like to know if have some way to avoid it and have some logic that create the tables/types only at Repository that cares about the schema/doctype:
E.g.: Nuxeo Instance with-> Repo-A, Repo-B
Repo-A ---> File, Dublincore, CustomSchemaA
Repo-B ---> File, Dublincore, CustomSchemaB, CustomSchemaB1, CustomSchemaB2
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2018 06:37 AM
No, this is not possible. All repositories connected to a given Nuxeo instance share the same types and schemas.
