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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Changelog for v3.x
2
2
3
+
## v3.6.0-dev
4
+
5
+
### Bug fixes
6
+
7
+
*[migrations] Fix a bug where the migration lock would not apply on the first migration (when the schema migrations table is empty). This fix changes how migration tables are locked, therefore let us know of any possible regressions in your workflow
8
+
9
+
### Enhancements
10
+
11
+
*[migrations] Allow generating migrations from within umbrella app
12
+
*[psql] Add `:format` option to PostgreSQL explain
13
+
*[storage] Do not fail `storage_up` if the user has access to an already-created database
14
+
*[tds] Support for `:inner_lateral` and `:left_lateral`
15
+
16
+
## v3.5.3 (2020-10-27)
17
+
18
+
### Enhancements
19
+
20
+
*[migrations] Pass `:schema_migration` option to repo operations for `prepare_query` checks
21
+
*[psql] Support `:force_drop` configuration to force a DB to be dropped
0 commit comments