pg_online_schema_change 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +2 -2
- data/lib/pg_online_schema_change/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c49f895f91c72ef491002660c994088b9d527db88d3b5d77cbb851771a2f2ac8
|
|
4
|
+
data.tar.gz: d57329d32657cd64edb60b8c174c6fc32f4279a202548b5132407e98c59f2f9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 963c4c9751301d029857f021b40d033d50f9b8865548a5d8bd752ed4c03a4cf1e5b016c5129e771db45df1e2677a8e29b5c2b488f152932238e7158e4c3a2a8b
|
|
7
|
+
data.tar.gz: bc8c559ade623ea76794cf1756642474cf32eee08406f884503b9450e1d5b39233778dd77b7fcd56327c140ba046279b21a1a1a64b5ac606bf5c2119cea6b350
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
|
|
2
|
+
## [0.6.0] - 2022-03-13
|
|
3
|
+
* Move CI to Github Actions in https://github.com/shayonj/pg-osc/pull/64
|
|
4
|
+
* Set --password as optional since it is deprecated in https://github.com/shayonj/pg-osc/pull/66
|
|
5
|
+
* Smoke tests in https://github.com/shayonj/pg-osc/pull/65
|
|
6
|
+
* Add foreign keys to parent during swap in https://github.com/shayonj/pg-osc/pull/67
|
|
7
|
+
|
|
1
8
|
## [0.6.0] - 2022-02-26
|
|
2
9
|
* Delete items by audit table PK when replaying by @shayonj @jfrost in https://github.com/shayonj/pg-osc/pull/60
|
|
3
10
|
- Fixes a race condition issue: https://github.com/shayonj/pg-osc/issues/58
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
pg_online_schema_change (0.
|
|
4
|
+
pg_online_schema_change (0.7.0)
|
|
5
5
|
ougai (~> 2.0.0)
|
|
6
6
|
pg (~> 1.3.2)
|
|
7
7
|
pg_query (~> 2.1.3)
|
|
@@ -22,7 +22,7 @@ GEM
|
|
|
22
22
|
parallel (1.21.0)
|
|
23
23
|
parser (3.0.3.2)
|
|
24
24
|
ast (~> 2.4.1)
|
|
25
|
-
pg (1.3.
|
|
25
|
+
pg (1.3.4)
|
|
26
26
|
pg_query (2.1.3)
|
|
27
27
|
google-protobuf (>= 3.19.2)
|
|
28
28
|
pry (0.14.1)
|