update print setting migration and delete unnessary font

This commit is contained in:
Aung Myo
2017-06-28 17:12:09 +06:30
parent e9e184894d
commit 342b654f81
7 changed files with 3 additions and 9449 deletions

View File

@@ -13,6 +13,9 @@ class CreatePrintSettings < ActiveRecord::Migration[5.1]
t.decimal :page_width, :null => false, :default => 200
t.decimal :page_height, :null => false, :default => 800
t.integer :print_copies, :null => false, :default => 1
t.string :precision
t.boolean :delimiter
t.integer :heading_space
t.timestamps
end