8000 database: add PostgreSQL custom schema support by zvrh · Pull Request #6695 · gogs/gogs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

database: add PostgreSQL custom schema support #6695

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jan 5, 2022
Merged

database: add PostgreSQL custom schema support #6695

merged 11 commits into from
Jan 5, 2022

Conversation

zvrh
Copy link
Contributor
@zvrh zvrh commented Dec 25, 2021

Describe the pull request

Add PostgreSQL custom Schema support.

Link to the issue: #6692

Checklist

  • I agree to follow the Code of Conduct by submitting this pull request.
  • I have read and acknowledge the Contributing guide.
  • I have added test cases to cover the new code.

@codecov
Copy link
codecov bot commented Dec 28, 2021

Codecov Report

Merging #6695 (ecc479d) into main (dc07fbe) will decrease coverage by 0.02%.
The diff coverage is 25.00%.

@@           Coverage Diff            @@
##            main   #6695      +/-   ##
========================================
- Coverage   8.81%   8.79%   -0.03%     
========================================
  Files         97      97              
  Lines      13212   13208       -4     
========================================
- Hits        1165    1161       -4     
  Misses     11885   11885              
  Partials     162     162              

@unknwon unknwon self-requested a review January 4, 2022 14:17
Copy link
Member
@unknwon unknwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Just some minor issues.

@unknwon unknwon changed the title database: add PostgreSQL custom Schema support database: add PostgreSQL custom schema support Jan 4, 2022
@unknwon unknwon added status: needs followup Need some extra work status: reviewed It has been reviewed by maintainers labels Jan 4, 2022
Copy link
Member
@unknwon unknwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the follow up!

@unknwon unknwon removed the status: needs followup Need some extra work label Jan 5, 2022
@unknwon unknwon merged commit a9be4de into gogs:main Jan 5, 2022
@unknwon unknwon linked an issue Jan 5, 2022 that may be closed by this pull request
1 task
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: reviewed It has been reviewed by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support PostgreSQL custom Schema
2 participants
0