persistent-postgresql 1.1.3 → 1.1.3.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
Database/Persist/Postgresql.hs view
@@ -381,7 +381,7 @@ Nothing -> AddUniqueConstraint name cols : getAltersU news old Just ocols -> let old' = filter (\(x, _) -> x /= name) old- in if sort cols == ocols+ in if sort cols == sort ocols then getAltersU news old' else DropConstraint name : AddUniqueConstraint name cols
persistent-postgresql.cabal view
@@ -1,5 +1,5 @@ name: persistent-postgresql-version: 1.1.3+version: 1.1.3.1 license: MIT license-file: LICENSE author: Felipe Lessa, Michael Snoyman <michael@snoyman.com>