You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I convert some entities ids to uuids in Symfony 3.4
I have a legacy code of an application that me cannot re-make for now, and for some purpose I need to convert some integer ids to uuids.
Is there a best way to do it ?
I think we will use your librairie to generate new uuids but for now I couldn't find a best way that disabling database security and run a script to update all ids that I need.
Do you have any idea how we can make it safer and quicker to develop ?
The text was updated successfully, but these errors were encountered:
How can I convert some entities ids to uuids in Symfony 3.4
I have a legacy code of an application that me cannot re-make for now, and for some purpose I need to convert some integer ids to uuids.
Is there a best way to do it ?
I think we will use your librairie to generate new uuids but for now I couldn't find a best way that disabling database security and run a script to update all ids that I need.
Do you have any idea how we can make it safer and quicker to develop ?
The text was updated successfully, but these errors were encountered: