single user type - migration? #13705
Replies: 1 comment 2 replies
-
Hi @andyburgessmd - this is a new user type that we have added, to avoid any breaking changes with the old user type. The old user type has become the We created the new type as the single user type was causing confusion and we decided going forward we will break the types into multi/single where you could have both, allowing us to set stricter rules about how this works in the various supported DBs as well as being able to improve the binding experience for these (another example is attachments, which received the same treatment). We always try to avoid migrating/changing users' bindings, as its very difficult for us to know what the intention really was, especially when it comes to JS, it would be very difficult for us to write any kind of accurate migration mechanism which doesn't come with a high level of risk. |
Beta Was this translation helpful? Give feedback.
-
Regarding the new single user data type. Has this been applied automatically to what was the previous user type?
i.e is the .0 in any reference using the user now been removed and if so does that also apply to where it has been used in automation or JS scripts?
Beta Was this translation helpful? Give feedback.
All reactions