20160804172238_add_ticket_footer_into_pos_config.rb 157 B

12345
  1. class AddTicketFooterIntoPosConfig < ActiveRecord::Migration
  2. def change
  3. add_column :pos_configs, :ticket_footer, :string, null: true
  4. end
  5. end