thecore_print_commons 3.0.5 → 3.0.6
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
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7a79f04fdf3ccb0f1a35ee75ed2b69de02ff6ce644541edd0193e97af91eb78
|
4
|
+
data.tar.gz: b83c04802d7a785ce63b48410a769ceab4675f6119f4408cc9b41943dfe30544
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6731976055a2d83549b03fb1f4c5eb345c4e447157d91f15e6459088f43119cb07fee0b59593d04e6e5d142a7ed18752103f0b41ed84c5efe47b2b3bd864ca9
|
7
|
+
data.tar.gz: 146598426ca490471eb51050e7bb483b63c2b975eb90aa3550d7f1ec7dd1ab1bdb695ecf52ff82d2e58a271c1f9f74595c86e4a9db28b3cfa25a05b7b00fca1d
|
@@ -1,5 +1,6 @@
|
|
1
1
|
class AddPrintTemplateIdToPrinter < ActiveRecord::Migration[7.0]
|
2
2
|
def change
|
3
|
-
|
3
|
+
add_column :printers, :print_template_id, :bigint, if_not_exist: true
|
4
|
+
add_index :printers, :print_template_id, if_not_exist: true
|
4
5
|
end
|
5
6
|
end
|