-
I am trying to implement a versioning system for workflow types and I noticed there's a version column in the document table. I tried updating the workflowtype but noticed the version isn't incremented. How is this version incremented? Where and how is this version used in OC? Or is this a yessql feature? |
Beta Was this translation helpful? Give feedback.
Answered by
Piedone
Aug 9, 2024
Replies: 1 comment
-
This is a YesSql feature, yes, see here. You can check out the code of YesSql to see how it's used. I don't know the details, but it does get incremented when updating e.g. site settings. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
weirdyang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a YesSql feature, yes, see here. You can check out the code of YesSql to see how it's used. I don't know the details, but it does get incremented when updating e.g. site settings.