Skip to content
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

fix(postgres): drop text enum check constraints only when necessary #5414

Merged
merged 1 commit into from Apr 3, 2024

Conversation

B4nan
Copy link
Member

@B4nan B4nan commented Apr 3, 2024

Closes #4112

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.69%. Comparing base (c2843b9) to head (76b60b9).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5414      +/-   ##
==========================================
- Coverage   99.71%   99.69%   -0.03%     
==========================================
  Files         222      222              
  Lines       17116    17125       +9     
  Branches     3684     4211     +527     
==========================================
+ Hits        17067    17072       +5     
- Misses         49       52       +3     
- Partials        0        1       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@B4nan B4nan merged commit 5162345 into master Apr 3, 2024
10 of 11 checks passed
@B4nan B4nan deleted the gh4112 branch April 3, 2024 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding a proprty option to @Enum drops existing check constraint with PostgreSQL driver
1 participant