Allow setting schema for connection in postgres #2777

Merged
konrad merged 2 commits from winston0410/vikunja:feat/allow-schema into main 2024-10-26 16:06:50 +00:00
Contributor

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

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
winston0410 added 2 commits 2024-10-26 10:17:53 +00:00
add default value
All checks were successful
continuous-integration/drone/pr Build is passing
f4cc0ce4d6
Member

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!

Beep boop, I'm a bot.

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! > Beep boop, I'm a bot.
konrad reviewed 2024-10-26 16:06:25 +00:00
konrad left a comment
Owner

Thanks!

Thanks!
konrad merged commit 28d5cd7b28 into main 2024-10-26 16:06:50 +00:00
konrad deleted branch feat/allow-schema 2024-10-26 16:06:52 +00:00
Sign in to join this conversation.
No description provided.