I managed to misconfigure a schema attribute, and now have an attribute that has value type ref that should have been a string. I thought I could delete attributes that have never been asserted, but I'm getting "unsupported-alter-schema". Is there any way I can remove this faulty attribute? It has never been used.
You cannot retract an attribute entity or change it in any other than https://docs.datomic.com/schema/schema-change.html. However note on that page that you can rename an attribute, so you can rename your busted one to something like dontuse and then make a new one using the name you want
Aha, that will partially cover this embarassing mistake π Thanks π
And maybe rename it again to reuse it the next time you need a new attribute π
I just so happened to hear about this specific problem and the solution discussed here in https://youtu.be/H854fF6K2_o (at time 42:50).
I remember this talk, I felt attacked at 43:24 π
Thanks! For some reason, I canβt copy links with timestamps in the YouTube mobile app.