change default value in print settings

This commit is contained in:
phyusin
2018-04-09 10:22:44 +06:30
parent 7de85c4e0b
commit 0b07c7109c

View File

@@ -5,8 +5,8 @@ class CreatePrintSettings < ActiveRecord::Migration[5.1]
t.string :unique_code, :null => false
t.string :template
t.string :font, :default => ""
t.integer :header_font_size, :null => false, :default => 11
t.integer :item_font_size, :null => false, :default => 9
t.integer :header_font_size, :null => false, :default => 10
t.integer :item_font_size, :null => false, :default => 8
t.string :printer_name, :null => false
t.string :api_settings
t.string :brand_name