activerecord-snapshot 0.6.0 → 0.6.1.jcprepermissions.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: ecd3e15ae6586b3905c854f832bcd25cc5f85dc92e065b0764127fba0bf56331
|
4
|
+
data.tar.gz: 4db3d8674e0904efecf22cc7e1091d14f06b6726eff72b4b55837a8a158ee64d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af758ef076b71ee00025adec5727532f563b0b4cfdcdf53e80dc25c2795ba05fcbd1308518faf1d2ec520bf066ef989eca9b72fa72a9e22088dddfd3008d26ae
|
7
|
+
data.tar.gz: 57ff38c3f192c03334790452f29ebb42657c72c357efffe297809ceb6f87bda82474fb2464911e87c110b8749756bc6f7feddbf117fbd83748fe8232656dae46
|
@@ -8,8 +8,8 @@ module ActiveRecord
|
|
8
8
|
end
|
9
9
|
|
10
10
|
def dump(tables:, output:)
|
11
|
-
dump_command("--no-data #{database} > #{output}") &&
|
12
|
-
dump_command("--quick #{database} #{tables.join(" ")} >> #{output}")
|
11
|
+
dump_command("--no-data --set-gtid-purged=OFF #{database} > #{output}") &&
|
12
|
+
dump_command("--quick --set-gtid-purged=OFF #{database} #{tables.join(" ")} >> #{output}")
|
13
13
|
end
|
14
14
|
|
15
15
|
def self.import(*args)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activerecord-snapshot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1.jcprepermissions.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bernardo Farah
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -169,12 +169,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
169
169
|
version: '0'
|
170
170
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
171
171
|
requirements:
|
172
|
-
- - "
|
172
|
+
- - ">"
|
173
173
|
- !ruby/object:Gem::Version
|
174
|
-
version:
|
174
|
+
version: 1.3.1
|
175
175
|
requirements: []
|
176
|
-
|
177
|
-
rubygems_version: 2.5.2
|
176
|
+
rubygems_version: 3.0.3
|
178
177
|
signing_key:
|
179
178
|
specification_version: 4
|
180
179
|
summary: Snapshots for ActiveRecord
|