update seed

This commit is contained in:
Yan
2017-11-07 15:01:25 +06:30
parent 758b36000e
commit 7dd4bc87e4
2 changed files with 8 additions and 8 deletions

View File

@@ -7,8 +7,8 @@ class CreatePrintSettings < ActiveRecord::Migration[5.1]
t.string :font
t.string :printer_name, :null => false
t.string :api_settings
t.decimal :page_width, :null => false, :default => 200
t.decimal :page_height, :null => false, :default => 800
t.decimal :page_width, :null => false, :default => 210
t.decimal :page_height, :null => false, :default => 1450
t.integer :print_copies, :null => false, :default => 1
t.string :precision
t.boolean :delimiter