change default value in print settings
This commit is contained in:
@@ -5,8 +5,8 @@ class CreatePrintSettings < ActiveRecord::Migration[5.1]
|
|||||||
t.string :unique_code, :null => false
|
t.string :unique_code, :null => false
|
||||||
t.string :template
|
t.string :template
|
||||||
t.string :font, :default => ""
|
t.string :font, :default => ""
|
||||||
t.integer :header_font_size, :null => false, :default => 11
|
t.integer :header_font_size, :null => false, :default => 10
|
||||||
t.integer :item_font_size, :null => false, :default => 9
|
t.integer :item_font_size, :null => false, :default => 8
|
||||||
t.string :printer_name, :null => false
|
t.string :printer_name, :null => false
|
||||||
t.string :api_settings
|
t.string :api_settings
|
||||||
t.string :brand_name
|
t.string :brand_name
|
||||||
|
|||||||
Reference in New Issue
Block a user