Skip to content

Commit 5a9deb2

Browse files
mercury-kubaKuba Karpierz
andauthored
Expose Structured Mock Migrations (#1600)
* added mock structured * builds * re-export escape * move show * started adding structured representation to AddTable * make AddTable structured * remove unneeded lines * ran fourmolu * added changelog * Ran fourmolu again * manually add restyle * fix version @SInCE, add newtype to SafeToRemove * updated constructors to better names * remove unneeded partition * move to NEL for reference * fourmolu * move structured migration to internal * fourmolu * remove unused * Removed redundant code from mock migration * tests compile * Fourmolu * fixed typo * update type * fourmolu * update changelog * derived eq * update cabal version --------- Co-authored-by: Kuba Karpierz <karpierz@MacBook-Pro-51.local>
1 parent 607b483 commit 5a9deb2

File tree

4 files changed

+1756
-1472
lines changed

4 files changed

+1756
-1472
lines changed

persistent-postgresql/ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for persistent-postgresql
22

3-
## Unreleased
3+
## 2.13.7.0
44

5+
* [#1600](https://github.com/yesodweb/persistent/pull/1600)
6+
* Add `migrateStructured` to `Database.Persist.Postgresql.Internal`.
7+
This allows you to access a structured representation of the proposed migrations
8+
for use in your application.
59
* [#1547](https://github.com/yesodweb/persistent/pull/1547)
610
* Bump `libpq` bounds
711

0 commit comments

Comments
 (0)