In my indexer schema, I have a function trigger.
If I reference a SELECT table in a function that has a schema (FROM indexer.tokens), it will remove that schema and just say FROM tokens. The breaks the function effectively making the entire migration logic break and un-usable.
In my
indexerschema, I have a function trigger.If I reference a SELECT table in a function that has a schema (
FROM indexer.tokens), it will remove that schema and just sayFROM tokens. The breaks the function effectively making the entire migration logic break and un-usable.