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
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