pg_ha_migrations 0.1.3 → 0.2.0
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/lib/pg_ha_migrations/allowed_versions.rb +1 -1
- data/lib/pg_ha_migrations/version.rb +1 -1
- data/lib/pg_ha_migrations.rb +2 -4
- data/pg_ha_migrations.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6adda9871cd7002e44266e72f0d1e325d5038b9402b81bd4eeec433844f430a9
|
|
4
|
+
data.tar.gz: ec2ac0ca4cac685b1fa5a7ca62c1f82c1095730b9e6006f83ab877fe54344f50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0728a68902d159daf09ef7d47856e7627057da25483cab243bd397a6fa4d3d5cc95b41e3c0ee558d7fef4379ea53dcaa35752687a913348c2eb5ac68ff1986f6
|
|
7
|
+
data.tar.gz: bb15af3471a2a0f2dc1f40c308fb1f2939cf936832af4a7195ed533b264727c81441537600759b54a89d39c77c96648dfc03b2e62d81df5d5447f5088b711568
|
data/lib/pg_ha_migrations.rb
CHANGED
|
@@ -13,10 +13,8 @@ module PgHaMigrations
|
|
|
13
13
|
# - Unsafe operations _may_ block for long periods of time.
|
|
14
14
|
UnsafeMigrationError = Class.new(Exception)
|
|
15
15
|
|
|
16
|
-
# Invalid migrations are operations which we expect to
|
|
17
|
-
#
|
|
18
|
-
# a 32-bit foreign key value when the referenced primary key column
|
|
19
|
-
# is a 64-bit value.
|
|
16
|
+
# Invalid migrations are operations which we expect to not function
|
|
17
|
+
# as expected or get the schema into an inconsistent state
|
|
20
18
|
InvalidMigrationError = Class.new(Exception)
|
|
21
19
|
|
|
22
20
|
# This gem only supports the PostgreSQL adapter at this time.
|
data/pg_ha_migrations.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pg_ha_migrations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jcoleman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -89,7 +89,7 @@ dependencies:
|
|
|
89
89
|
version: '5.0'
|
|
90
90
|
- - "<"
|
|
91
91
|
- !ruby/object:Gem::Version
|
|
92
|
-
version: '5.
|
|
92
|
+
version: '5.3'
|
|
93
93
|
type: :runtime
|
|
94
94
|
prerelease: false
|
|
95
95
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -99,7 +99,7 @@ dependencies:
|
|
|
99
99
|
version: '5.0'
|
|
100
100
|
- - "<"
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: '5.
|
|
102
|
+
version: '5.3'
|
|
103
103
|
- !ruby/object:Gem::Dependency
|
|
104
104
|
name: relation_to_struct
|
|
105
105
|
requirement: !ruby/object:Gem::Requirement
|