문제

I am wondering if this is possible to change default schema for tables created by NSB. I tried add this key:

<add key="NServiceBus/Persistence/NHibernate/default_schema" value="other"/>

but this seems to be used for setting schema only for reading from, not as default schema used with creating tables. Is there any way to set it up?

도움이 되었습니까?

해결책

Yes, that is a bug that I'm fixing as part of https://github.com/Particular/NServiceBus.NHibernate/pull/28

This fix will be going out very soon.
I'm sorry for the inconvenience, but for now the only workaround is to generate the TSQL from whatever is currently created and then manually update the schema and redo the tables.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top