Allow setting schema for connection in postgres #2777
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "winston0410/vikunja:feat/allow-schema"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR introduce a new config for database,
database.schema
, allowing user to specify a specific schema to use for their postgres database connection. As the default value is set, it will be backward compatible.Related discussion
https://community.vikunja.io/t/postgres-database-has-error-pq-relation-tasks-does-not-exist/1333/7
Hi winston0410!
Thank you for creating a PR!
I've deployed the frontend changes of this PR on a preview environment under this URL: https://2777-feat-allow-schema--vikunja-frontend-preview.netlify.app
You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/.
This preview does not contain any changes made to the api, only the frontend.
Have a nice day!
Thanks!