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
@slavad Why would you change the compatibility level of a database when you connect to it? If it's a once off task then doing it manually would be better.
Issue
You can't specify compatibility_level in the db config
Expected behavior
You should be able to do this
Actual behavior
If I add
compatibility_level: 130
in database.yml, it's ignored, the compatibility level is set to 140 (default for my db version)How to reproduce
Add
compatibility_level: 130
to the db config in database.ymlDetails
n/a
n/a
n/a
n/a
I forked the repo and added this feature. Is it ok if I create a pull request?
The feature branch was branched off the tag
v7.2.1
The text was updated successfully, but these errors were encountered: