<@U50GAPCFR> I am not 100% percent sure. It might ...
# orm-help
m
@picosam I am not 100% percent sure. It might as well throw an error during Service Deployment. Maybe you could try creating a artificial model and test it out.
p
Right, so that didn’t work 🙂
You are deleting the value 'EXTERIOR' of the enum 'PhotoType', but that value is in use.
Copy code
enum PhotoType {
  VIEW @rename(oldName: EXTERIOR)
}
I didn’t think it would to be honest
I think what I’ll have to do is add the new VALUE, run a query to move all old ones to new ones, then delete the old one 😄
m
Ah, bad luck sadparrot. Yea, that one should work 😄