souls 1.4.6 → 1.4.7
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bb716fc10f8ee318b79de37472aba1d7b8836a822ef7ea92158068e5739c00e
|
4
|
+
data.tar.gz: b2c721518f59259f914d03118dc8d93f4140dbfe9dc1df515791215397968724
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43ca2c7dda41ec007dfb21f1d642d894573ca3319d2bf3eb7446b2d2ed9881793c1c09f498c1848ecf7f858b80950b758989cb2c650eaf8a296c571a6d709699
|
7
|
+
data.tar.gz: cdf46fe70207c2ec14898827b0178e4e5350350462d96f2ec70e42e0c2be58b0a6b8c6d468145035a5ce3ce1f39d5fcf404920462e6391cc5cc0066b3bee270f
|
@@ -103,7 +103,7 @@ module Souls
|
|
103
103
|
FileUtils.mkdir_p(file_dir) unless Dir.exist?(file_dir)
|
104
104
|
file_path = "#{file_dir}/update_#{class_name}.rbs"
|
105
105
|
params = Souls.get_relation_params(class_name: class_name, col: "mutation")
|
106
|
-
params[:params]
|
106
|
+
params[:params] << { column_name: "id", type: "string", array: false }
|
107
107
|
File.open(file_path, "w") do |f|
|
108
108
|
f.write(<<~TEXT)
|
109
109
|
module Mutations
|
data/lib/souls/version.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.4.
|
1
|
+
1.4.7
|
@@ -1 +1 @@
|
|
1
|
-
1.4.
|
1
|
+
1.4.7
|