thecore_print_commons 3.0.6 → 3.0.7

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: d7a79f04fdf3ccb0f1a35ee75ed2b69de02ff6ce644541edd0193e97af91eb78
4
- data.tar.gz: b83c04802d7a785ce63b48410a769ceab4675f6119f4408cc9b41943dfe30544
3
+ metadata.gz: 3609f24106f112ba1b77c86bbb07da098f9c9ad7d330394181063afcbb9785de
4
+ data.tar.gz: 1180f8a2760b9afbe98f8ada55e7163ba6feab102e92c4b9c36a410c81605ae3
5
5
  SHA512:
6
- metadata.gz: f6731976055a2d83549b03fb1f4c5eb345c4e447157d91f15e6459088f43119cb07fee0b59593d04e6e5d142a7ed18752103f0b41ed84c5efe47b2b3bd864ca9
7
- data.tar.gz: 146598426ca490471eb51050e7bb483b63c2b975eb90aa3550d7f1ec7dd1ab1bdb695ecf52ff82d2e58a271c1f9f74595c86e4a9db28b3cfa25a05b7b00fca1d
6
+ metadata.gz: f91e0a3745c16f24d405375ca12236f155336a91ae104702b86e8fddfa7de68b27a178d3b99f36753217340460a09e9020a938480fa8a1b66aa22d2fe08e9c81
7
+ data.tar.gz: 901ef037b5e7ab6ba828106e6689cc1996afb158e72151280f3a1eccbda7a1a8dfe34cce0121a7f904c0e672bcc1f3216a075a9b61e3af9621751b48b426b26e
@@ -1,6 +1,6 @@
1
1
  class AddPrintTemplateIdToPrinter < ActiveRecord::Migration[7.0]
2
2
  def change
3
- add_column :printers, :print_template_id, :bigint, if_not_exist: true
4
- add_index :printers, :print_template_id, if_not_exist: true
3
+ add_column :printers, :print_template_id, :bigint, if_not_exists: true
4
+ add_index :printers, :print_template_id, if_not_exists: true
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_print_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni