mzabani / codd

Codd is a simple-to-use CLI tool that applies plain postgres SQL migrations atomically with strong and automatic cross-environment schema equality checks.
Other
38 stars 1 forks source link

Properly support postgresql 16 #166

Closed mzabani closed 10 months ago

mzabani commented 10 months ago

Fixes #160

Also drops tests for pg 11, which is no longer officially supported