persistent-typed-db icon indicating copy to clipboard operation
persistent-typed-db copied to clipboard

Get Entity Fields Database

Open aljce opened this issue 2 years ago • 0 comments

Much of the code in this repo uses getEntityFieldsDatabase when it should use getEntityFields. See replace for an example. This causes persistent-typed-db to attempt to replace migration only fields which is impossible, leading to formatting errors. This actually calls into question why we have separate definitions at all. As far as I can tell we could just change all the definitions to some form of replace = coerce replace.

aljce avatar Apr 18 '23 04:04 aljce