You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, following install scripts as-is ends up with hard-coded schema cardano which could be a very generic name creating conflict.
A better workflow could be users setting up schema name as an input variable during install.
The text was updated successfully, but these errors were encountered:
A better workflow could be users setting up schema name as an input variable during install.
Due to the specifics of the extension build pipeline, this will be somewhat tricky to achieve. It will require dynamically modifying SQL migrations during installation.
In the future, it might make more sense to simply replace the schema with pg_cardano to reduce the likelihood of collisions rather than making it dynamic. This is especially relevant given that the schema is explicitly mentioned in the documentation examples.
Currently, following install scripts as-is ends up with hard-coded schema
cardano
which could be a very generic name creating conflict.A better workflow could be users setting up schema name as an input variable during install.
The text was updated successfully, but these errors were encountered: