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
Is there a built-in way to update the existing data to be able to encode them in database?
My problem is that I can't loose the existing data and need to encode them.
One solution would be to create a Symfony command which would get the non-encoded data, retrieve the entity and use the regular setter.
Thanks,
Nicolas
The text was updated successfully, but these errors were encountered:
Hi,
Is there a built-in way to update the existing data to be able to encode them in database?
My problem is that I can't loose the existing data and need to encode them.
One solution would be to create a Symfony command which would get the non-encoded data, retrieve the entity and use the regular setter.
Thanks,
Nicolas
The text was updated successfully, but these errors were encountered: