1
0

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-persistent-sqlite revision:11, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-persistent-sqlite?expand=0&rev=14
This commit is contained in:
2021-02-09 09:17:47 +00:00
committed by Git OBS Bridge
parent 67d7eaf097
commit 04e7770f5d
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 8 05:05:42 UTC 2021 - psimons@suse.com
- Update persistent-sqlite to version 2.11.1.0.
## 2.11.1.0
* Add `checkForeignKeys` operation to verify no foreign key constraints are
violated by the database contents.
* Fix the migration for primary keys that was broken in 2.11.0.0
[#1184](https://github.com/yesodweb/persistent/issues/1184)
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>