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
I am trying to create the emmett tables in it's own schema rather than have everything within the publc schema.. Connection URL like: postgresql://postgres:[email protected]:54322/postgres?schema=events does not create the tables within the events schema, still the public schema
The text was updated successfully, but these errors were encountered:
I think this is probably an issue with using the dumbo pacakge internally (which points to pongo now on NPM?) since the connection string gets passed directly to it with no modifications.
I think this is probably an issue with using the dumbo pacakge internally (which points to pongo now on NPM?) since the connection string gets passed directly to it with no modifications.
I am trying to create the emmett tables in it's own schema rather than have everything within the
publc
schema.. Connection URL like:postgresql://postgres:[email protected]:54322/postgres?schema=events
does not create the tables within the events schema, still the public schemaThe text was updated successfully, but these errors were encountered: