Regenerate UserId's UUID #10837
Skrypt
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For GDPR compliance it might be necessary that the Owner field always use a UUID.
In that case, if you migrated your database from RC2 you might want to regenerate UUID's on the UserId field.
Here is an example of how to do this with SQL Server, it may require other steps if you have custom Indexes.
Also, will require that you rebuild your Lucene indices afterward.
You can adapt this SQL query to modify also the Author field in your database at the same time.
We may discuss further GDPR compliance here.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions